Styledown is an extension to Markdown that adds clean syntax for styled container blocks and includes a lightweight web server for serving rendered content.
For example:
.center: # A *markdown* heading
.center.card:
## A *markdown* subheading
.buttons.blue:
[A link that looks like a button](/example)
[Another link](/example)
pip install styledown
styledown -h # Usage instructions
If the --domains flag is passed to the script, you can put your code in:
./src/first.example.com/./src/second.example.com/to serve different sites.