diff --git a/Gmeek.py b/Gmeek.py index 9f6e7ae..3d41d42 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -180,6 +180,23 @@ class GMEEK(): if 'Gmeek-html' in post_body: post_body = re.sub(r'Gmeek-html(.*?)', lambda match: html.unescape(match.group(1)), post_body, flags=re.DOTALL) + if 'Markmap' in post_body: + markmap_template = ''' + +
+
', post_body, flags=re.DOTALL) + postBase["postTitle"]=issue["postTitle"] postBase["postUrl"]=self.blogBase["homeUrl"]+"/"+issue["postUrl"] postBase["description"]=issue["description"]