kickstart.nvim/notes/markdown.nvim.md

36 lines
338 B
Markdown

# New Markdown editor for NVIM
**Bold**
*italic*
- list
[https://nextlook.ai]
| one | two | three |
| --- | --- | --- |
| 1 | 2 | 3 |
- Bullets
- nested
- nested bullets
1. numbers list
2. two
- [ ] task list
- [x] task 1
## H2 header
>danger
```typescript
import react from React
// this is a react code snippet
```