Example Dev Post
This page is being rendered directly from a Markdown file.
What Markdown can control
You can use headings to change section titles, normal paragraphs for article content, bold text, emphasis, lists, links, quotes and code blocks.
- Drop a new
.mdfile intocontent/dev-posts/. - It automatically appears in the Dev Posts menu.
- The first
# Headingbecomes the display title. - The filename becomes the URL slug.
The surrounding site theme stays intact because Markdown is rendered inside the site's article template.
echo "Markdown content, site chrome preserved.";