Skip to content

goldmark-subtext is an extension for goldmark that handles small subtext (feature from Discord-flavored markdown)

License

Notifications You must be signed in to change notification settings

zeozeozeo/goldmark-subtext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goldmark-subtext

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>

About

goldmark-subtext is an extension for goldmark that handles small subtext (feature from Discord-flavored markdown)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages