Hello Soupault (Markdown)
This is an example Markdown post rendered through Soupault built-in Markdown.
Why this setup
-
You write in Markdown (
.md) - Soupault converts it to HTML (CommonMark)
- Soupault injects it into your site template and adds SEO meta tags
Inline and display math
Inline example: .
Display example:
A tiny code sample
def hello():
return "hello from a markdown post"