goldmark-subtext
August 30, 2025 ยท View on GitHub
goldmark-subtext is an extension for goldmark that handles small subtext (feature from Discord-flavored markdown)
Example
This markdown:
# goldmark-small
-# this is some small text
becomes this HTML (uses the <small> element):
<h1>goldmark-small</h1>
<small>this is some small text</small>