mkdocs / mkdocs-click

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

`remove_ascii_art` option doesn't work #57

Open DeadNews opened 1 year ago

DeadNews commented 1 year ago

https://github.com/DataDog/mkdocs-click/blob/a8742d9afc6bfd0ce70e048383a623fc218625f8/README.md?plain=1#L137

docs/index.md:

    :remove_ascii_art: True

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

DeadNews commented 1 year ago

With that docstring doesn't work either.

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

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