summaryrefslogtreecommitdiff
path: root/docs/extensions
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2022-07-15 10:08:11 -0400
committerGitHub <noreply@github.com>2022-07-15 10:08:11 -0400
commita884a99173e44b76d28ffb34f27995aa70e5b938 (patch)
treec37c6cce477ccd8b62233d473ef5a82d7c84ae2d /docs/extensions
parentc0f6e5a31ea8e7fe98910a0523144c2a96fa9bf1 (diff)
downloadpython-markdown-a884a99173e44b76d28ffb34f27995aa70e5b938.tar.gz
Bump version to 3.43.4
Cleaned up the release notes.
Diffstat (limited to 'docs/extensions')
-rw-r--r--docs/extensions/code_hilite.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/extensions/code_hilite.md b/docs/extensions/code_hilite.md
index 5179d0a..19b9d52 100644
--- a/docs/extensions/code_hilite.md
+++ b/docs/extensions/code_hilite.md
@@ -232,7 +232,7 @@ The following options are provided to configure the output:
The prefix prepended to the language class assigned to the HTML `<code>` tag. Default: `language-`.
* **`pygments_formatter`**{ #pygments_formatter }:
- This option can be used to change the Pygments formatter used for highlighting the code blocks. By default, this
+ This option can be used to change the Pygments formatter used for highlighting code blocks. By default, this
is set to the string `'html'`, which means it'll use the default `HtmlFormatter` provided by Pygments.
This can be set to a string representing any of the other default formatters, or set to a formatter class (or
@@ -290,7 +290,7 @@ markdown.markdown(
)
```
-The formatter above will output the following HTML structure for the code block:
+The formatter above will output the following HTML structure for a code block:
```html
<div class="codehilite">