Markdown to HTML converters
https://markdowntohtml.com/ which I use regularly seems to trip up on quite a few markdown code segments which Chrome markdown extension handles well. So I am considering some alternate markdown to HTML converters. https://stackedit.io/ - Can copy-paste markdown code in left pane (is not so obvious that you can do so), To export as HTML (with plain HTML template), the StackEdit logo (has ‘#’ in it) Toggle sidebar button has to be clicked to reveal the import/export menu commands. https://dillinger.io/ - Has an Export as HTML button https://spec.commonmark.org/dingus/ - Seems good but may trip up on enhanced markup. Gem: “CommonMark is a strict, standardized specification of base Markdown. It will absolutely trip up on enhanced markup like tables or footnotes because those are not part of the core CommonMark spec.” https://devplaybook.cc/tools/markdown-preview/ - Chinese but may be worth checking out and https://codebeautify.org/markdown-to-html - Seems...