mkdocs / mkdocs-click

An MkDocs extension to generate documentation for Click command line applications
https://pypi.org/project/mkdocs-click
Apache License 2.0
109 stars 16 forks source link

Escape markdown special characters #58

Open DeadNews opened 2 years ago

DeadNews commented 2 years ago

Docstring:

    """
    Replace titles names from anidb.
    The result will be copied to the clipboard.

    \b
    >>> 1   The Prince`s New Clothes
    <<< e1: EP1 «The Prince`s New Clothes»
    """

Result:

image