sublime-strapdown-preview
sublime-strapdown-preview copied to clipboard
"Preview in Sublime Text" does not convert properly
A new file with content
General test
============
* test 1
* test2
Converts to
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled document</title>
</head>
<xmp theme="united" style="display:none;">
2013 Week 6-8
General test
============
* test 1
* test2
</xmp>
<script src="/Users/leafy/Library/Application%20Support/Sublime%20Text%203/Installed%20Packages/Strapdown%20Markdown%20Preview.sublime-package/strapdown/strapdown.js"></script>
</html>
If previewing with browser, there is only blank
+1
I experienced this as well: just a blank page when viewed in the browser.
The cause appears to be this JavaScript error (it can't find stapdown.js):
Manually git-cloning this plugin to Sublime Text 3/Packages/
instead of using Package Control is a workaround.