fix typo, add a tiny bit of doc to the code

This commit is contained in:
Mathieu PATUREL
2017-01-26 11:30:56 +11:00
parent c7961ce94c
commit 8cc6b2b263
3 changed files with 4 additions and 2 deletions

View File

@ -69,7 +69,6 @@ def markdown2html(md, basepath):
# exception, again, because <pre> aren't supported by the phantoms
html = html.replace('&nbspespace;', '<i class="space">.</i>')
html = replace_img_src_base64(html, basepath=os.path.dirname(basepath))
sublime.set_clipboard(html)
return html
def show_html(md_view, preview):