|
ticket id 000046 |
status open |
priority ??? |
assigned to NOBODY |
Reported by: Ryan Govostes Component: |
Markdown permits headers like this:
## Hello World ##
However, if we want to add a class attribute to the header like so,
## Hello World ## {@class=first}
we get back HTML which looks like this:
<h2 class="first">Hello World ##</h2>