All predicatesShow sourcemarkdown.pl -- SWISH Notebook markdown support

This module translates markdown cells for teh SWISH Notebook into HTML

Source markdown(+Request)[private]
Translate a Markdown text for the SWISH Notebook into an HTML document.
 wiki_codes_to_dom(+Codes, +File, -DOM)[private]
DOM is the HTML dom representation for Codes that originate from File.
Source file(+File, +Options)//
Hook that deals with linking other notebooks using the following markdown syntax:
- [My first book](mybook.swinb)
- [Label](store.pl)
- [Label](library/lists.pl)

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source wiki_file_codes_to_dom(Arg1, Arg2, Arg3)
Source wiki_html(Arg1, Arg2, Arg3)