jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
660 stars 96 forks source link

Tabs or blank at the beginning #122

Open MiTop opened 8 years ago

MiTop commented 8 years ago

Hi,

installed a few minutes ago sublime does not highlight/preview markdown text properly. This here works:

Package Control Messages
========================
Markdown Preview
----------------
Sublime Text 2/3 Markdown Preview
=================================
Preview and build your markdown files quickly in your web browser from sublime text 2/3. 

These lines here not:

Package Control Messages
========================
Markdown Preview
----------------
  Sublime Text 2/3 Markdown Preview
  =================================
  Preview and build your markdown files quickly in your web browser from sublime text 2/3. 

Tab/blank no matter where you place it seems to break the following markdown lines. Using Sublime 2 on Ubuntu 14.04.4 and Monokai-Extended, Markdown-Extended, and Markdown-Preview.

Best regards Mladen