Skip to content

Compatibility: Custom Classes backtick syntax (.classname before block) #58

Description

@Dev-Ray-Hunt

Goal

Support the Custom Classes plugin syntax — an inline code marker placed on the line before a block element.

Syntax

``.highlight``
This paragraph gets the highlight class.

```.stat-block``
| header |
|---|
| data |

Expected Output

<p class="highlight">This paragraph gets the highlight class.</p>
<table class="stat-block">...</table>

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    compatibilityCompatibility with third-party plugins or standardsfeatNew feature

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions