summaryrefslogtreecommitdiffstats
path: root/mdl_style.py
diff options
context:
space:
mode:
Diffstat (limited to 'mdl_style.py')
-rw-r--r--mdl_style.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdl_style.py b/mdl_style.py
index 136704f..89ed590 100644
--- a/mdl_style.py
+++ b/mdl_style.py
@@ -67,6 +67,9 @@ class LSRenderer(Renderer):
self.fn_lnk_num = 0 # footnote style link number
self.fn_lnk_refs = [] # footnote style link refs
+ def text(self, text):
+ return text
+
def autolink(self, link, is_email=False):
return '<{}>'.format(link)