diff --git a/MLPApi.py b/MLPApi.py index d5ab3be..b002615 100644 --- a/MLPApi.py +++ b/MLPApi.py @@ -68,7 +68,6 @@ def markdown2html(md, basepath, color_scheme): # BeautifulSoup uses the
but the sublime phantoms do not support them... html = html.replace('
', '
').replace('
', '
') - sublime.set_clipboard(html) return html