Skip to content

Latest commit

 

History

History
85 lines (75 loc) · 1.73 KB

README.md

File metadata and controls

85 lines (75 loc) · 1.73 KB

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