You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Enter three times the hash sign #
2. the output is no h3-tag
What is the expected output? What do you see instead?
Three # should generate a h3 heading (<h3> my headline </h3>
According to http://daringfireball.net/projects/markdown/syntax#header markdown
should support html headers h1 down to h6 be entering n times the # sign.
What version of the product are you using? On what operating system?
The current version (july 2012).
Please provide any additional information below.
Take a look at the markdown page at daringfireball.net
Original issue reported on code.google.com by demug...@googlemail.com on 22 Aug 2012 at 8:40
If anyone wants ATX header support for H1-H4 (can be easily adapted to H1-H6
etc) using the header button see
https://gist.github.com/dotnetchris/0f68c879082343295503
Original comment by ch...@marisic.com on 30 Sep 2014 at 5:57
Original issue reported on code.google.com by
demug...@googlemail.com
on 22 Aug 2012 at 8:40The text was updated successfully, but these errors were encountered: