Data type MDCodeStyle
access this type via: parsing.MarkdownToHTML (uses)
A code styling instance, used to indicate style rules for code elements of a markdown document.
Fields
char languageName[] The name of the programming language to which this styling should apply; this will match the language name used in a Markdown fenced code block.
String syntaxTokens[] List of syntax tokens used in the language, such as commas or equals signs.
String blockComment[] Start and end markers used to indicate a block comment in the language.
char lineComment[] Start marker used to indicate a line comment in the language.
String stringDelimiters[] Start and end markers used to indicate a string literal in the language.
char commentStyle[] Styling CSS class to use for span elements surrounding comments.
char stringStyle[] Styling CSS class to use for span elements surrounding string literals.
KeywordGroup keywords[] List of keyword groups, indicating the CSS class to use for span elements surrounding keywords in each group.