File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2121html_title = "mdit-py-plugins"
2222html_theme = "sphinx_book_theme"
2323html_theme_options = {
24- "single_page" : True ,
2524 "use_edit_page_button" : True ,
2625 "repository_url" : "https://github.com/executablebooks/mdit-py-plugins" ,
2726 "repository_branch" : "master" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ md = MarkdownIt("gfm-like")
2222```
2323
2424``` {seealso}
25- See [](markdown_it: using)
25+ See <inv:markdown_it# using>
2626```
2727
2828## mdit-py-plugins package
@@ -124,7 +124,7 @@ html_string = md.render("some *Markdown*")
124124
125125## Write your own
126126
127- Use the ` mdit_py_plugins ` as a guide to write your own, following the [ markdown-it design principles] ( markdown_it: architecture) .
127+ Use the ` mdit_py_plugins ` as a guide to write your own, following the [ markdown-it design principles] ( inv:markdown_it# architecture) .
128128
129129There are many other plugins which could easily be ported from the JS versions (and hopefully will):
130130
You can’t perform that action at this time.
0 commit comments