PageContentList Module
Functions and values
Function or value |
Description
|
Full Usage:
EmptyContent
Returns: string
|
|
Full Usage:
mkPageContentMenu html
Parameters:
string
Returns: string list * string
|
We process the html to collect the table of content. We can't use the doc.MarkdownDocument because we cannot easily get the generated id values. It is safer to parse the html.
|