It depends on cl-ppcre in major ways, and araneida in very minor ways (URL escaping, could easily be replaced with a call to some other webby library thing).
h1. this is a level 1 heading h2. this is a level 2 heading blank lines delimit paragraphs * asterisks * mark bulleted ** optionally nested * list items inline markup includes *bold*, _italic_ and "links":http://www.example.com/
Quick assessment (2023-03-06)
- Replace araneida:html-escape with html-encode:encode-for-tt if you don't have Araneida.
- Compiler warns because the definition of *inline-tokens* is non-top-level. Use an eval-when?
- Shouldn't enclose <ul> elements within <p> elements. The HTML Validator complains about that.
MIT-LICENSE