Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/max397574/MarkdownHelp.nvim


https://github.com/max397574/MarkdownHelp.nvim

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Markdown Help
-------------

This is a simple lua plugin which create some commands which can be mapped to keys to easily use markdown.

Currently available:

```
:MdHeading1 -> makes a markdown heading 1 out of the current line

:MdHeading2 -> makes a markdown heading 1 out of the current line

:MdHeading3 -> makes a markdown heading 1 out of the current line

:MdOrderedList -> creates an example ordered list

:MdTaskList -> creates an example task list

:MdUnorderedList -> creates an example unordered list

:MdLink -> creates an example link
```