markdown input
learn about what markdown is here!
if you use discord, you should be familiar with the basics of markdown!
custom basic replacements
replace column 1 with column 2!
html/preview output
<!-- code will appear here! -->
note: the generated output is not very pretty! here are a few things to consider:
- you should use more indentation in your own code! keep it clean and easy to navigate! indented child elements adds visual variety.
- characters like
'
and"
will be turned to& #39 ;
and& quot ;
but without the spaces! this might look weird or worrisome, but html parses these tokens to make them look as they should. it's actually fairly important to cybersecurity! - the line-wrapping of long paragraphs is visual only! i love text editors that allow long paragraphs to be visually wrapped. don't forget that one line being really long doesn't mean it isn't just one line :-]
- [ add mroe later ]