@felisdiligens/md-table-tools / Exports / HTMLTableParserMode
changes the behavior of HTMLTableParser
• ConvertHTMLElements = 2
uses the HTML code (Cheerio.html()
) and converts to Markdown using Turndown if possible (default)
• PreserveHTMLElements = 1
uses the HTML code (Cheerio.html()
) without any converting
• StripHTMLElements = 0
uses only text (Cheerio.text()
)