Skip to content

Commit

Permalink
add mermaid support, fix prism js syntax highlighting (#197)
Browse files Browse the repository at this point in the history
* Integrate mermaid, fix prism js syntax highlighting

* formatting
  • Loading branch information
jggoebel authored Feb 15, 2024
1 parent 8063a83 commit a02eeed
Show file tree
Hide file tree
Showing 4 changed files with 1,032 additions and 116 deletions.
8 changes: 1 addition & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@
"node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js",
"node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js",
"node_modules/xterm/lib/xterm.js",
"node_modules/marked/marked.min.js",
"node_modules/prismjs/prism.js",
"node_modules/prismjs/components/prism-yaml.min.js",
"node_modules/prismjs/components/prism-python.min.js",
"node_modules/prismjs/components/prism-go.min.js",
"node_modules/prismjs/components/prism-docker.min.js",
"node_modules/prismjs/components/prism-json.min.js"
"node_modules/marked/marked.min.js"
],
"allowedCommonJsDependencies": ["xterm"],
"vendorChunk": true,
Expand Down
Loading

0 comments on commit a02eeed

Please sign in to comment.