Skip to content

Commit

Permalink
refine Markdown guide for Graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Apr 29, 2018
1 parent b477e50 commit a1cc456
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## v1.15
- Support **PlantUML** and **Graphviz**;
- **In-Place Preview** for MathJax, PlantUML, Graphviz, and Flowchart.js;
- **Live Preview** for diagrams and MathJax via `Ctrl+E I`;
- **Live Preview** for diagrams via `Ctrl+E I`;
- Restore cursor position when recovering pages at startup;
- UniversalEntry
- Ctrl+I to expand/collapse current item;
Expand Down
6 changes: 6 additions & 0 deletions src/resources/docs/markdown_guide_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ VNote supports [PlantUML](http://plantuml.com/) to draw UML diagrams. You should
@enduml
```

#### Graphviz

> You need to enable Graphviz in the settings.
VNote supports [Graphviz](http://www.graphviz.org/) to draw diagrams. You should use `dot` specified as the language of the fenced code block and write the definition of your diagram within it.

### Math Formulas

> You need to enable MathJax in the `Markdown` menu.
Expand Down
6 changes: 6 additions & 0 deletions src/resources/docs/markdown_guide_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ VNote支持 [PlantUML](http://plantuml.com/) 来实现UML图表。您需要使
@enduml
```

#### Graphviz

> 需要在设置中启用Graphviz。
VNote支持 [Graphviz](http://www.graphviz.org/) 来绘制图表。您需要使用代码块,并标明语言为`dot`,然后在代码块里面定义图表。

### 数学公式

> 需要在`Markdown`菜单中启用MathJax。
Expand Down

0 comments on commit a1cc456

Please sign in to comment.