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

✨ NEW: Export directive options on opening token meta attribute #31

Closed rowanc1 closed 2 years ago

rowanc1 commented 2 years ago

The directive meta information is now available to downstream packages to consume. This is included in the token.meta field for each directive.

This updates dev dependencies, and improves the type export capability.

rowanc1 commented 2 years ago

Thanks!