Skip to content

Commit 75b5e05

Browse files
committed
Update mdit.py
1 parent 24ead3d commit 75b5e05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

myst_parser/parsers/mdit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def create_md_parser(
5050
tasklists_editable=config.enable_checkboxes,
5151
)
5252
md.use(wordcount_plugin, per_minute=config.words_per_minute)
53+
md.options.update({"myst_config": config})
5354
return md
5455

5556
md = (

0 commit comments

Comments
 (0)