Did you know ... Search Documentation:
markdown.pl -- Parse markdown documents into a DOM
PublicShow source
Source markdown_dom(+Input, -DOM) is det
Process markdown input into an HTML DOM structure compatible to load_structure/3 and html//1 as provided by library(http/html_write).
Arguments:
Input- is either a term stream(+Stream) or the name of a file.