// [b]bolded text[/b] => bolded text
// [i]italicized text[/i] => italicized text
// [u]underlined text[/u] => underlined text
// [s]strikethrough text[/s]
// => strikethrough text
// [url]https://en.wikipedia.org[/url] => https://en.wikipedia.org
// [url=http://step.pgc.edu/]ECAT[/url] => ECAT
// [img]https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Go-home-2.svg/100px-Go-home-2.svg.png[/img]
// =>
// [quote="author"]quoted text[/quote] =>
// [code]monospaced text[/code] =>quoted text
monospaced text// [style size="15px"]Large Text[/style] => Large Text // [style color="red"]Red Text[/style] => Red Text /** [list] [*]Entry 1 [*]Entry 2 [/list] [list] *Entry 1 *Entry 2 [/list] =>
| table 1 | table 2 |
| table 3 | table 4 |