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

🐛 Use colonFence from myst-extras #41

Closed rowanc1 closed 2 years ago

rowanc1 commented 2 years ago

This reverses some of the previous changes, and uses colonFence in the testing and dev-dependencies only. It does still need the logic internally to read from colonFences, but that only happens if the plugin is used externally.