fix readme for code_language

This commit is contained in:
AlexVonB
2021-11-17 17:09:47 +01:00
parent 0ab0452414
commit ffcf6cbcb2

View File

@@ -99,8 +99,8 @@ newline_style
code_language code_language
Defines the language that should be assumed for all ``<pre>`` sections. Defines the language that should be assumed for all ``<pre>`` sections.
Useful, if all code on a page is in the same programming language and Useful, if all code on a page is in the same programming language and
should be annotated with ``\`\`\`python`` or similar. should be annotated with `````python`` or similar.
Defaults to ``''`` (empty string). Defaults to ``''`` (empty string) and can be any string.
Options may be specified as kwargs to the ``markdownify`` function, or as a Options may be specified as kwargs to the ``markdownify`` function, or as a
nested ``Options`` class in ``MarkdownConverter`` subclasses. nested ``Options`` class in ``MarkdownConverter`` subclasses.