Select a color scheme for your Dotfyle experience

iamcco / markdown-preview.nvim

markdown-preview.nvim

markdown preview plugin for (neo)vim
7211 502 1 1 day ago
markdown-and-latex awesome-neovim
markdown-preview.nvim allows you to preview Markdown files in your browser with synchronized scrolling. It supports various features such as KaTeX for math typesetting, PlantUML, Mermaid, Chart.js, js-sequence-diagrams, Flowchart, dot, table of contents, emojis, task lists, and local images. The plugin is cross-platform, fast, and supports asynchronous updates. It provides a range of customization options for the preview window and supports custom markdown and highlight styles.

Media

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
-- install without yarn or npm
{
    "iamcco/markdown-preview.nvim",
    cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
    ft = { "markdown" },
    build = function() vim.fn["mkdp#util#install"]() end,
}

-- install with yarn or npm
{
  "iamcco/markdown-preview.nvim",
  cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
  build = "cd app && yarn install",
  init = function()
    vim.g.mkdp_filetypes = { "markdown" }
  end,
  ft = { "markdown" },
},

Developers using markdown-preview.nvim

more configs
jdhao/nvim-config
/
3671 init.lua 52 4076
ecosse3/nvim
/
1289 init.lua 83 6738
yutkat/dotfiles
/.config/nvim
797 init.lua 191 10136
Allaman/nvim
/
653 init.lua 81 4987