Skip to content

Commit

Permalink
included the documentation for hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
vstirbu committed May 23, 2018
1 parent 95b1f61 commit 5e091d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ sequenceDiagram
```
</pre>

### HUGO shortcodes

```html
{{<mermaid attr="val">}}
sequenceDiagram
A-->B: Works!
{{</mermaid>}}
```

### Standalone Mermaid files

Files with extension ``.mmd`` with plain Mermaid diagram content:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-mermaid-preview",
"displayName": "Mermaid Preview",
"description": "Previews Mermaid diagrams in Visual Studio Code",
"version": "0.8.3",
"version": "0.9.0",
"publisher": "vstirbu",
"bugs": {
"url": "https://github.com/vstirbu/vscode-mermaid-preview/issues"
Expand All @@ -23,7 +23,7 @@
"uml"
],
"engines": {
"vscode": "^1.15.0"
"vscode": "^1.20.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -79,7 +79,7 @@
"mermaid": "^7.1.0"
},
"devDependencies": {
"vscode": "^1.1.8"
"vscode": "^1.1.14"
},
"greenkeeper": {
"ignore": [
Expand Down

0 comments on commit 5e091d5

Please sign in to comment.