jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/785334 )
Change subject: [bugfix] don't fix html inside syntaxhighlight parts
......................................................................
[bugfix] don't fix html inside syntaxhighlight parts
Bug: T306723
Change-Id: I826b4d5ab70173ff0fcb513675090d0c6401bb4d
---
M pywikibot/fixes.py
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Matěj Suchánek: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/fixes.py b/pywikibot/fixes.py
index 46758fa..0d85bcd 100644
--- a/pywikibot/fixes.py
+++ b/pywikibot/fixes.py
@@ -81,7 +81,8 @@
'nowiki',
'comment',
'math',
- 'pre'
+ 'pre',
+ 'syntaxhighlight',
],
}
},
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/785334
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I826b4d5ab70173ff0fcb513675090d0c6401bb4d
Gerrit-Change-Number: 785334
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: JAn Dudík <[email protected]>
Gerrit-Reviewer: Matěj Suchánek <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]