no paragraph prefix will generate a normal paragraph tag
using "/T "as a prefix with the space will generate a header
and using "/t " as a prefix will generate a sub header
using /hr before a paragraph will replace the whole paragraph with a horizontal rest(the lines under instructions and example)
try/T i big /hr i be ignore /t i fat im normal |
you should get<h1>i big</h1> <hr /> <h3>i fat</h3> <p>im normal</p> |