Using VIM for editing Markdown.
Markdown can be edited with VIM with the correct plugins:
plasticboy/vim-markdown: Provides syntax highlighting.
dhruvasagar/vim-table-mode: Adds table formatting features.
mzlogin/vim-markdown-toc: Automatically generates tables of contents for md files.
vim-polyglot: Provides language support for Markdown.
iamcco/markdown-preview.nvim: Allows preview of markdown files in a browser. Live.
To preview the markdown live use ‘:MarkdownPreview’