Skip to content

MarcoBuess/markdown-export.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☄️ Markdown Export for (Neo)vim ☄️

markdown-export.nvim is a simple wrapper around Pandoc to support exporting markdown to various file formats.

✨ Features

  • Export to HTML
  • Export to PDF
  • Export to DOCX

⚡Requirements

📦 Installation

With lazy.nvim:

{
    "marcobuess/markdown-export.nvim",
    opts = {}
}

⚙️ Configuration

{
  stylesheet = "" -- Path to custom css stylesheet. Uses /css/styles.css by default
}

🚀 Usage

Command Description
:MarkdownExport html Exports file as html
:MarkdownExport pdf Exports file as pdf

🛠️ Other Markdown Tools