diff --git a/notes/markdown.nvim.md b/notes/markdown.nvim.md deleted file mode 100644 index c2542e85..00000000 --- a/notes/markdown.nvim.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 -``` - -