summaryrefslogtreecommitdiff
path: root/docs/change_log
diff options
context:
space:
mode:
authorGert van Dijk <gertvdijk@gmail.com>2022-04-01 23:56:45 +0200
committerWaylan Limberg <waylan.limberg@icloud.com>2022-04-18 09:10:02 -0400
commited417a1a555bf2206ceea84ba29ce37322ca8261 (patch)
treef870f8b6ff0b26ba2855c5c0925a7883ec79c8b6 /docs/change_log
parentf6ca75429562cfa7df333b3529838679e4bfd443 (diff)
downloadpython-markdown-ed417a1a555bf2206ceea84ba29ce37322ca8261.tar.gz
extensions: copy config dict on each highlighted block
This fixes a bug where any subsequent highlighted block with codehilite would result in the omission of the style setting, because it was popped off the dict. It would then fall back to pygments_style 'default' after the first block. Fixes #1240
Diffstat (limited to 'docs/change_log')
-rw-r--r--docs/change_log/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md
index ca4792b..5320fc7 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -6,6 +6,7 @@ Python-Markdown Change Log
(under development): version 3.3.7 (a bug-fix release).
* Disallow square brackets in reference link ids (#1209).
+* Retain configured `pygments_style` after first code block (#1240).
Nov 17, 2021: version 3.3.6 (a bug-fix release).