- (markdown->sxml #!optional (input (current-input-port)) (memoize? #t))procedure
Parses the Markdown formatted input and returns an SXML representation of the resulting HTML document. input may be a string, an input port or a list of characters.
Parses the Markdown formatted input and returns an SXML representation of the resulting HTML document. input may be a string, an input port or a list of characters.