| 
 
 NAMEsmi - Simple Markup Interpreter / Filter for simple markup SYNTAXsmi [ -h -n -v ] Input Output
   DESCRIPTIONThe smi interpreter, assumes the first argument
    (Input, or InFile) contains simple markup -- Markdown, for
    example.
   OPTIONS
 FILESIf no Outfile is given, Output is sent to standard output. The Input, and Output are processed strictly serially; consequently smi may be used in pipe-lines. EXAMPLESCreate a web page, from one written in Markdown: smi Markdown.txt > Markdown.html Take the HTML file generated above, and make the output suitable for displaying within a <code> block on your web pages: smi -n Maekdown.html > Markdown.code BUGSStrictly speaking, Markdown syntax still needs better
    interpretation. The only thing missing in this area, is handling of
    <cite>.
   AUTHORSChris Hutchinson <portmaster@bsdforge.com>
   SEE ALSOpipe(2) 
 
  |