mirror of https://github.com/Textualize/rich.git
parent
e7a5bf56e9
commit
cd402ac248
|
@ -399,7 +399,7 @@ class Markdown(JupyterMixin):
|
||||||
style (Union[str, Style], optional): Optional style to apply to markdown.
|
style (Union[str, Style], optional): Optional style to apply to markdown.
|
||||||
hyperlinks (bool, optional): Enable hyperlinks. Defaults to ``True``.
|
hyperlinks (bool, optional): Enable hyperlinks. Defaults to ``True``.
|
||||||
inline_code_lexer: (str, optional): Lexer to use if inline code highlighting is
|
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
|
inline_code_theme: (Optional[str], optional): Pygments theme for inline code
|
||||||
highlighting, or None for no highlighting. Defaults to None.
|
highlighting, or None for no highlighting. Defaults to None.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue