input


syntax
to use the text markup to change the style of the text, the layout is:

$("tag name"){"styled text"}

$ - initiator - indicates that a tag will now be read
() - binders - binds the tag name so that it isnt confused with any other text
{ - start tag - starts styling the text after it
} - ending tag - indicated where the text should stop being styled

to use constants to add special characters, the layout is

$("constant name")

$ - initiator - indicates that a constant will now be read
() - binders - binds the constant name so that it isnt confused with any other text

tag and constant names are listed to the right. spaces cannot be inbetween any of the syntax.
why did i make this
i got bored and wanted to make a markup language thats easy for people new to markup read and use it.
output




text markup
constants