Write Blog Posts in Markdown
Write blog posts in Markdown with live preview, front matter support, and export to HTML. Perfect for static site generators and CMS platforms. Free Markdown blog writer.
Najczęściej zadawane pytania
What is front matter and do I need it?
Front matter is a metadata block at the top of a Markdown file, usually in YAML format, that defines the post title, date, tags, and other properties. Static site generators like Hugo and Jekyll require it to build your blog pages. If you publish through a CMS that handles metadata separately, you can skip front matter.