ruler0
A Paragraph.
* * *
Separated by a ruler from the subsequent paragraph.
Rendered HTML
<p>A Paragraph.
</p><hr>
<p>Separated by a ruler from the subsequent paragraph.
</p>
ruler-in-codeblock0
ruler-closing-paragraph
sgmlproc <your-file.md>
where <your-file.md> is replaced by the actual file
used for storing.
A Paragraph.
* * *
Separated by a ruler from the subsequent paragraph.
<p>A Paragraph.
</p><hr>
<p>Separated by a ruler from the subsequent paragraph.
</p>
A Paragraph.
* * *
Separated, without blank line before it, by a ruler from the
subsequent paragraph.
<p>A Paragraph.
</p><hr>
<p>Separated, without blank line before it, by a ruler from the
subsequent paragraph.
</p>
A Paragraph.
* * *
separated, without any blank line at all, by a ruler from the
subsequent paragraph.
<p>A Paragraph.
</p><hr>
<p>separated, without any blank line at all, by a ruler from the
subsequent paragraph.
</p>
A setext header
---
Rather than a ruler
<h2 id="a-setext-header">A setext header
</h2><p>Rather than a ruler
</p>
Unlike `***` and `___`, for `---` to be recognized as ruler,
---
it must be preceded by a blank line.
`- - -`, on the other hand, is always recognized as ruler:
- - -
<p>Unlike <code>***</code> and <code>___</code>, for <code>---</code> to be recognized as ruler,
</p><hr>
<p>it must be preceded by a blank line.
<code>- - -</code>, on the other hand, is always recognized as ruler:
</p><hr>
Lines with any of the following character sequences as sole content
* * *
- - -
_ _ _
***
---
___
get rendered as HTML `hr` elements.
Note that "---" rulers are only recognized after blank lines
to de-ambiguate from setext-style headers.
<p>Lines with any of the following character sequences as sole content
</p><pre><code> * * *
- - -
_ _ _
***
---
___
</code></pre><p>get rendered as HTML <code>hr</code> elements.
</p><p>Note that "---" rulers are only recognized after blank lines
to de-ambiguate from setext-style headers.
</p>
The running paragraph is closed on/before a ruler.
***
<p>The running paragraph is closed on/before a ruler.
</p><hr>