This repository was archived by the owner on Mar 7, 2025. It is now read-only.
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Support shorthand for css helpers #145
Open
Description
Tip
<p class="tip">tip</p>
Can be simplified as:
?> tip
Warning
<p class="warning">warning</p>
Can be simplified as:
!> warning
Only need to do some enhancement for the marked renderer, I'm glad to contribute for it.
But I don't know what the syntax of .danger
and .no-bg
should be, what do you think?