Skip to content

Commit ba39f44

Browse files
committed
update
1 parent 8d01924 commit ba39f44

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
html_title = "mdit-py-plugins"
2222
html_theme = "sphinx_book_theme"
2323
html_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",

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

129129
There are many other plugins which could easily be ported from the JS versions (and hopefully will):
130130

0 commit comments

Comments
 (0)