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
659 stars 96 forks source link

GFM-style strike-through not highlighted #55

Closed skwerlman closed 10 years ago

skwerlman commented 10 years ago

Not sure if overlooked or intentional, but GFM-style strike-throughs (~~text~~) are not being highlighted.

jonschlinkert commented 10 years ago

Have you seen this implemented in any other packages for ST? I'd be interested in seeing it, would be nice

skwerlman commented 10 years ago

I know that this plugin can parse GFM into an html document, but I haven't seen any highlighters do it.

jonschlinkert commented 10 years ago

thanks for the link. Mainly I'm not sure that ST actually renders strike-throughs. I have no reason to think that it shouldn't, but I've just never seen them in ST. I'll leave this open for now, in case someone who has more info about this stumbles by.

jonschlinkert commented 10 years ago

closing for now, we can reopen if someone knows of a way to accomplish this.