# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1685375545 -7200
# Node ID 00dbc3370d35673577ad00deb6d3a1b987f8e533
# Parent  adb9dc9c8114e8d949b1b88bbc5b49b4bdfb2d2f
plugin text syntaxes: fix `EscapeHTML` following massive snake_case renaming

diff -r adb9dc9c8114 -r 00dbc3370d35 sat/plugins/plugin_misc_text_syntaxes.py
--- a/sat/plugins/plugin_misc_text_syntaxes.py	Mon May 29 16:08:09 2023 +0200
+++ b/sat/plugins/plugin_misc_text_syntaxes.py	Mon May 29 17:52:25 2023 +0200
@@ -217,7 +217,7 @@
             # XXX: we disable raw HTML parsing by default, to avoid parsing error
             #      when the user is not aware of markdown and HTML
             class EscapeHTML(Extension):
-                def extend_markdown(self, md):
+                def extendMarkdown(self, md):
                     md.preprocessors.deregister('html_block')
                     md.inlinePatterns.deregister('html')