A lightweight Markdown → HTML converter for Neovim, with built-in MathJax support.
- Supports inline/block math (
$...$,$$...$$) with MathJax - Parses lists, tables, images, links, and footnotes
- Exports
.htmlfile from.mdbuffer via:MdToHtmlcommand
With lazy.nvim:
{
"KuringM/md2html-nvim",
cmd = "MdToHtml",
},