Data type KeywordGroup
access this type via: parsing.MarkdownToHTML (uses)
A keyword group specification, used to indicate a list of keywords for markdown-to-HTML source code styling.
Fields
char style[] Styling CSS class to use for span elements surrounding keywords in this group.
String keywords[] The list of keywords in this group.