Skip to content

nvim-zh/md-nanny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

md-nanny

Strengthen the markdown in neovim head

demo

# title 1
## title 2
### title 3
#### title 4
##### title 5

title

#include <stdio.h>
int main (int argc, char *argv[])
{
  printf("hello world\n");
  return 0;
}

codeblock

- [x] 学习rust
  - [x] list4 
  - asdf
1. asdf
  2. asdf

list

---

break

| Day     |    Meal | Price |
| :------ | ------: | :---: |
| Monday  |   pasta |  $6   |
| Tuesday | chicken |  $8   |

table

> as
>> asdf
>>> asdf

>>

install

Using a plugin manager

Using plug:

Plug 'nvim-zh/md-nanny'

Using Packer:

return require("packer").startup( function(use)
 	use "nvim-zh/md-nanny"
 end
)

Setup

require('md-nanny')

Todo

  • add todo list
  • codeblock edit
  • link jump url
  • link markdown url
  • the flow chart
  • The code block programming
  • show image
  • show link image
  • mathematical formula to image show
  • flow chat to image show
  • syntax table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published