goldmark-subtext is an extension for goldmark that handles small subtext (feature from Discord-flavored markdown)
This markdown:
# goldmark-small
-# this is some small textbecomes this HTML (uses the <small> element):
<h1>goldmark-small</h1>
<small>this is some small text</small>