Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Preview in Sublime Text" does not convert properly #4

Open
leafy7382 opened this issue Jun 2, 2013 · 2 comments
Open

"Preview in Sublime Text" does not convert properly #4

leafy7382 opened this issue Jun 2, 2013 · 2 comments

Comments

@leafy7382
Copy link

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

@chmurph2
Copy link

chmurph2 commented Jun 5, 2013

+1

I experienced this as well: just a blank page when viewed in the browser.

@chmurph2
Copy link

chmurph2 commented Jun 5, 2013

The cause appears to be this JavaScript error (it can't find stapdown.js):

screenshot_6_5_13_2_20_pm

Manually git-cloning this plugin to Sublime Text 3/Packages/ instead of using Package Control is a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants