Fix Markdown() documentation

Quick fix for #1350
This commit is contained in:
Mustafa Quraish 2021-07-15 13:34:02 -04:00 committed by GitHub
parent e7a5bf56e9
commit cd402ac248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ class Markdown(JupyterMixin):
style (Union[str, Style], optional): Optional style to apply to markdown.
hyperlinks (bool, optional): Enable hyperlinks. Defaults to ``True``.
inline_code_lexer: (str, optional): Lexer to use if inline code highlighting is
enabled. Defaults to "python".
enabled. Defaults to None.
inline_code_theme: (Optional[str], optional): Pygments theme for inline code
highlighting, or None for no highlighting. Defaults to None.
"""