diff --git a/boards/mdx_neboard.py b/boards/mdx_neboard.py --- a/boards/mdx_neboard.py +++ b/boards/mdx_neboard.py @@ -161,7 +161,7 @@ def render_quote(tag_name, value, option if source: result = '
%s
%s
' % (source, value) else: - result = '
%s
' % value + result = '>%s' % value return result @@ -230,4 +230,4 @@ class Parser: return new_text def parse(self, text): - return self.parser.format(text) \ No newline at end of file + return self.parser.format(text)