Did you know ... Search Documentation:
doc_markdown.pl -- Markdown utilities
PublicShow source

This module provides high level PlDoc markdown utilities.

To be done
- The current implementation creates the markdown DOM, translates this to HTML, then parses it and feeds it into the HTML rendering. Creating an parsing the HTML string representation could be skipped.
Source print_markdown(+Input, +Options) is det
Print a PlDoc markdown formatted String to current_output as formatted text.
Arguments:
Input- is either a term Format-Args, a atom, string, or a list of codes.
See also
- html_text/2 for the most useful options.