Skip to content

Commit ffcf6cb

Browse files
committed
fix readme for code_language
1 parent 0ab0452 commit ffcf6cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ newline_style
9999
code_language
100100
Defines the language that should be assumed for all ``<pre>`` sections.
101101
Useful, if all code on a page is in the same programming language and
102-
should be annotated with ``\`\`\`python`` or similar.
103-
Defaults to ``''`` (empty string).
102+
should be annotated with `````python`` or similar.
103+
Defaults to ``''`` (empty string) and can be any string.
104104

105105
Options may be specified as kwargs to the ``markdownify`` function, or as a
106106
nested ``Options`` class in ``MarkdownConverter`` subclasses.

0 commit comments

Comments
 (0)