executablebooks / markdown-it-docutils

A markdown-it plugin for implementing docutils style roles/directives.
https://executablebooks.github.io/markdown-it-docutils/
MIT License
12 stars 8 forks source link

✨ Colon fence renderer #39

Closed rowanc1 closed 2 years ago

rowanc1 commented 2 years ago

This adds support for colon fences:

:::{tip}
Nice!
:::

The source for the port is colon_fence.py in mdit-py-plugins

See https://github.com/executablebooks/mystjs/issues/54

rowanc1 commented 2 years ago

Build errors out on: image

This isn't related, will push a fix.