File tree Expand file tree Collapse file tree 1 file changed +24
-26
lines changed Expand file tree Collapse file tree 1 file changed +24
-26
lines changed Original file line number Diff line number Diff line change 1
- # HackMD official VSCode extension
1
+ # The official Markdown VSCode extension
2
2
3
3
## Features
4
4
5
5
- HackMD-compatible markdown rendering preview
6
- - We bring most HackMD supported syntax into VSCode :tada :
6
+ - We bring most HackMD markdown syntax into VSCode :tada :
7
7
8
8
#### Render codeblock with line numbers
9
9
10
- ![ ] ( https://i.imgur.com/X31HZqm.png )
10
+ ![ line-numbers ] ( https://i.imgur.com/X31HZqm.png )
11
11
12
12
#### MathJax, Diagrams
13
13
14
- ![ ] ( https://i.imgur.com/6vpxBbo.png )
15
- ![ ] ( https://i.imgur.com/pinXrf6.png )
16
- ![ ] ( https://i.imgur.com/M15g6It.png )
14
+ ![ mathjax ] ( https://i.imgur.com/6vpxBbo.png )
15
+ ![ Sequence-diagram ] ( https://i.imgur.com/pinXrf6.png )
16
+ ![ mermaid ] ( https://i.imgur.com/M15g6It.png )
17
17
18
18
## Release Notes
19
19
@@ -24,24 +24,22 @@ Initial Release!
24
24
#### Added
25
25
26
26
- markdown-it plugins
27
- - markdown-it-abbr
28
- - markdown-it-container
29
- - markdown-it-deflist
30
- - markdown-it-ins
31
- - markdown-it-mark
32
- - markdown-it-mathjax
33
- - markdown-it-sub
34
- - markdown-it-sup
35
- - checkbox (As extension dependency)
36
- - markdown-it-emoji
37
- - markdown-it-footnote
38
- - markdown-it-imsize
27
+ - markdown-it-abbr
28
+ - markdown-it-container
29
+ - markdown-it-deflist
30
+ - markdown-it-ins
31
+ - markdown-it-mark
32
+ - markdown-it-mathjax
33
+ - markdown-it-sub
34
+ - markdown-it-sup
35
+ - checkbox (As extension dependency)
36
+ - markdown-it-emoji
37
+ - markdown-it-footnote
38
+ - markdown-it-imsize
39
39
- External Graph Renderer
40
- - Mermaid
41
- - Sequence Diagram
42
- - Flowchart
43
- - Graphviz
44
- - abc.js
45
- - Mathjax
46
-
47
-
40
+ - Mermaid
41
+ - Sequence Diagram
42
+ - Flowchart
43
+ - Graphviz
44
+ - abc.js
45
+ - Mathjax
You can’t perform that action at this time.
0 commit comments