dishmint / Markdown2WL

Lex and Parse Markdown in Wolfram Language
MIT License
13 stars 2 forks source link

Update Documentation for Public symbols #26

Open dishmint opened 1 year ago

dishmint commented 1 year ago

Make sure all exposed symbols are reflected in the documentation.

dishmint commented 1 year ago
ImportMarkdown::usage = "ImportMarkdown[s] imports string s into symbolic markdown\nImportMarkdown[f] imports file f into symbolic markdown"
LineRules::usage = "LineRules[f] gives the line tokenization rules for Markdown flavor f"
LinkRules::usage = "LinkRules[f] gives the link tokenization rules for Markdown flavor f"
BlockRules::usage = "BlockRules[f] gives the block tokenization rules for Markdown flavor f"
DelimiterRules::usage = "DelimiterRules[f] gives the delimiter tokenization rules for Markdown flavor f"
MarkdownRules::usage = "MarkdownRules[f] gives the tokenization rules for Markdown flavor f"
MarkdownDelimiters::usage = "MarkdownDelimiters[f] gives the delimiters for Markdown flavor f"
MarkdownLexer::usage = "MarkdownLexer[s,r] lexes the string s with rules r\nMarkdownLexer[ls, r] lexes the list of strings ls with rules r"
MarkdownToken::usage = "Represents a lexed Markdown token"
MarkdownParser::usage = "MarkdownParser[tk,r] parses the token tk into symbolic markdown via the rules r\nMarkdownParser[tks, r] parses the list of tokens tks into symbolic markdown via the rules r"
MarkdownElement::usage = "Represents a symbolic Markdown element"