Skip to content

Example Article

We used a ’##’ with a space after to make a level 2 heading. ’###’ would make a level 3 heading. We used a level 2 heading because the title of the page automatically becomes a level 1. We don’t write it down ourselves.

If you press enter twice, you can make a new paragraph.

Here are some bullet points:

  • First
  • Second
  • This is a longer one
"You do need to know a little html to do a blockquote, and some other fancy things, but it's generally super easy to work with .md"
  1. Here’s a numbered list item.
  2. This is number two.

This is a simple markdown file with the .md extension. I’ll show you how to add more functionality in the next article by using a .mdx file instead.


You can add bold, italics, and even both at once. Inline code looks like npm run build.

Here is a simple link: Astro

  • Write the title
  • Add some headings
  • Publish the article
FeatureMarkdownHTML
Easy formattingYesSort of
InteractiveNoYes
type Level = 1 | 2 | 3;
const nextLevel = (level: Level) => {
return (level + 1) as Level;
};
accessible_forward
I added support for
g_translate Google's Material Symbols Icons and some useful CSS utilities.

External Linkopen_in_new

Click to reveal a tip Markdown supports some HTML tags, like details/summary, for quick callouts.
This is a tiny HTML callout box.