We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ead3d commit 75b5e05Copy full SHA for 75b5e05
1 file changed
myst_parser/parsers/mdit.py
@@ -50,6 +50,7 @@ def create_md_parser(
50
tasklists_editable=config.enable_checkboxes,
51
)
52
md.use(wordcount_plugin, per_minute=config.words_per_minute)
53
+ md.options.update({"myst_config": config})
54
return md
55
56
md = (
0 commit comments