Support the Custom Classes plugin syntax — an inline code marker placed on the line before a block element.
``.highlight``
This paragraph gets the highlight class.
```.stat-block``
| header |
|---|
| data |
<p class="highlight">This paragraph gets the highlight class.</p>
<table class="stat-block">...</table>
Goal
Support the Custom Classes plugin syntax — an inline code marker placed on the line before a block element.
Syntax
Expected Output
Notes