Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 2, 2023
1 parent 8d01924 commit ba39f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
html_title = "mdit-py-plugins"
html_theme = "sphinx_book_theme"
html_theme_options = {
"single_page": True,
"use_edit_page_button": True,
"repository_url": "https://github.com/executablebooks/mdit-py-plugins",
"repository_branch": "master",
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ md = MarkdownIt("gfm-like")
```

```{seealso}
See [](markdown_it:using)
See <inv:markdown_it#using>
```

## mdit-py-plugins package
Expand Down Expand Up @@ -124,7 +124,7 @@ html_string = md.render("some *Markdown*")

## Write your own

Use the `mdit_py_plugins` as a guide to write your own, following the [markdown-it design principles](markdown_it:architecture).
Use the `mdit_py_plugins` as a guide to write your own, following the [markdown-it design principles](inv:markdown_it#architecture).

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

Expand Down

0 comments on commit ba39f44

Please sign in to comment.