Skip to content

Commit

Permalink
docs: mention that markdown library can be swapped, refs #401
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Nov 15, 2022
1 parent 41c6783 commit ecddc6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pdoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ def bark(self, loud: bool) -> None:
[GitHub-Flavored Markdown]: https://github.github.com/gfm/
[PHP-Markdown Extra]: https://michelf.ca/projects/php-markdown/extra/#table
It is possible (but not recommended) to use another Markdown library with pdoc.
See [#401](https://github.com/mitmproxy/pdoc/issues/401#issuecomment-1148661829) for details.
# Using pdoc as a library
pdoc provides the high-level `pdoc.pdoc()` interface explained below. This makes it possible to do custom adjustments
Expand Down

0 comments on commit ecddc6e

Please sign in to comment.