public static ConvertMarkdownToHtml ( string toConvert, string destinationDocumentPath, string siteRoot, string sourceDocumentFilename, string>.List |
||
toConvert | string | The markdown string to convert. |
destinationDocumentPath | string | The document path (without the document filename). |
siteRoot | string | The site root. |
sourceDocumentFilename | string | the filename of the source markdown file |
createdAnchorCollector | string>.List | The created anchor collector, for ToC sublinks for H2 headers. |
return | string |