Skip to content

Commit 9378a35

Browse files
committed
Update README
1 parent 8908101 commit 9378a35

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,42 @@
11
# The official HackMD Markdown VSCode extension
22

3-
Use the same [HackMD](https://hackmd.io) supported markdown right in VSCode!
3+
Use the same [HackMD](https://hackmd.io) markdown right in VSCode!
44

55
## Features
66

7+
- **New**: Preview you HackMD notes in VSCode
8+
- **New**: Create note from editor content
79
- HackMD-compatible markdown rendering preview
810
- We bring most HackMD markdown syntax into VSCode :tada:
911

10-
#### Render codeblock with line numbers
12+
### HackMD notes explorer
13+
14+
![sidebar](https://i.imgur.com/N5dS5HG.png)
15+
16+
### Render codeblock with line numbers
1117

1218
![line-numbers](https://i.imgur.com/X31HZqm.png)
1319

14-
#### MathJax, Diagrams
20+
### MathJax, Diagrams
1521

1622
![mathjax](https://i.imgur.com/6vpxBbo.png)
1723
![Sequence-diagram](https://i.imgur.com/pinXrf6.png)
1824
![mermaid](https://i.imgur.com/M15g6It.png)
1925

2026
## Release Notes
2127

28+
[Read the full Release Note on HackMD.][release-notes]
29+
30+
[release-notes]: https://hackmd.io/@docs/vscode-hackmd-release-notes
31+
32+
### 1.1.0
33+
34+
#### Added
35+
36+
- HackMD Note explorer
37+
- Preview your notes on HackMD
38+
- Create note from editor content in VSCode
39+
2240
### 1.0.0
2341

2442
Initial Release!

0 commit comments

Comments
 (0)