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
Since setext headings only support <h1> and <h2>,
the problem is what should HTMLarkdown do when it encounters a <h3>Heading 3</h3> when in setext mode?
Should it:
switch to ATX-style? (ie. ### Heading 3)
or switch to HTML-syntax? (<h3>Heading 3</h3> )
The text was updated successfully, but these errors were encountered:
Since setext headings only support
<h1>
and<h2>
,the problem is what should HTMLarkdown do when it encounters a
<h3>Heading 3</h3>
when in setext mode?Should it:
### Heading 3
)<h3>Heading 3</h3>
)The text was updated successfully, but these errors were encountered: