Skip to content

Commit

Permalink
Add: Support markdown-it-plantuml #60
Browse files Browse the repository at this point in the history
  • Loading branch information
yzane committed May 3, 2018
1 parent 4edece4 commit 6e95853
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,11 @@ function convertMarkdownToHtml(filename, type, text) {
}
}
});


// PlantUML
// https://github.com/gmunguia/markdown-it-plantuml
md.use(require('markdown-it-plantuml'));

statusbarmessage.dispose();
return md.render(text);

Expand Down

0 comments on commit 6e95853

Please sign in to comment.