Atx-style headers missing
GoogleCodeExporter opened this issue · 5 comments
GoogleCodeExporter commented
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
- Merged into: #29
GoogleCodeExporter commented
to be more clear: Heading for level h4 up to h6 is missing. h1,h2 and h3 are
working
Original comment by demug...@googlemail.com
on 22 Aug 2012 at 8:51
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
Original comment by b...@stackoverflow.com
on 12 Sep 2012 at 10:06
- Changed state: Duplicate
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
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