GFM processor displays HEADING w/trailing “#"
When previewing a file that has markdown (some HTML mixed, some not), and using GFM processor; the headers display differently than when using the standard markdown processor.
Is this how GFM handles the headings?
Using GFM processor: # Lorem # is displayed like this:
<h1 id="lorem--">Lorem #</h1>
Using the standard processor it is displayed like this:
<h1 id="lorem">Lorem</h1>
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on Aug 18, 2014 @ 11:58 AM
You're right, I've fixed this for the next update.
Thanks,
Brett