From 8d31b41e66ce21d3ac9bb0adfe97becfdda62c14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 1 Nov 2017 13:36:27 +0100 Subject: [PATCH] m.math: it's , not . *Now* it's valid HTML5. --- pelican-plugins/m/math.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelican-plugins/m/math.py b/pelican-plugins/m/math.py index 8ece82ee..afe510b3 100644 --- a/pelican-plugins/m/math.py +++ b/pelican-plugins/m/math.py @@ -54,9 +54,9 @@ patch_src = re.compile(r"""<\?xml version='1.0' encoding='UTF-8'\?> patch_dst = r"""> LaTeX Math - + {formula} - + """ unique_src = re.compile(r"""(?P id|xlink:href)='(?P#?)(?Pg\d+-\d+|page\d+)'""") -- 2.30.2