← Back to News
TemplateAI

Example Post: Text, Image & Embedded Video

August 18, 2026

Example Post: Text, Image & Embedded Video

This post exists as a copy-paste template. Duplicate this file, change the frontmatter at the top, and write your post below it in plain markdown.

Formatting basics

You can use standard markdown:

  • Bullet points like this one
  • Bold and italic text
  • Links

Blockquotes work too, for pulling a quote out of an article you're covering.

Adding an inline image

Since images are hosted elsewhere (e.g. Imgur, Unsplash, a CDN), just drop the URL straight into markdown:

![Alt text](https://example.com/image.jpg)

The YouTube embed above

Setting youtubeId in the frontmatter (the part of the URL after v=) automatically embeds the video near the top of the post — no <iframe> code needed.

That's it. Delete this file's content and write your first real post the same way.