The main addition in this version is support for {include pathname}. Included files are merged directly into the stream of the source currently being processed and are processed along with them. In other words, if we have file1.md and file2.md
;; file1.md {include file2.md}
this is the body
;;file2.md ## This is the title
then the output of (markdown "file1.md") would be
<h2>This is the title</h2> <p>this is the body</p>
Their are other bug fixes and minor improvements (and probably some new bug additions as well).
share peace, -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
cl-markdown-devel@common-lisp.net