notes removed, new language servers added through Mason
This commit is contained in:
parent
afea8a3618
commit
4305aeb3d6
|
@ -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
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue