Skip to content

Commit

Permalink
Add support for symbolator (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
zebreus committed Aug 15, 2023
1 parent 34cadd0 commit 19d0da6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ Kroki currently supports the following diagram libraries:
* [RackDiag](https://github.com/blockdiag/nwdiag): `rackdiag`
* [SeqDiag](https://github.com/blockdiag/seqdiag): `seqdiag`
* [SVGBob](https://github.com/ivanceras/svgbob): `svgbob`
* [Symbolator](https://github.com/zebreus/symbolator): `symbolator`
* [UMLet](https://github.com/umlet/umlet): `umlet`
* [Vega](https://github.com/vega/vega): `vega`
* [Vega-Lite](https://github.com/vega/vega-lite): `vegalite`
Expand Down
1 change: 1 addition & 0 deletions dist/browser/asciidoctor-kroki.js
Original file line number Diff line number Diff line change
Expand Up @@ -18739,6 +18739,7 @@ module.exports.register = function register (registry, context = {}) {
'rackdiag',
'seqdiag',
'svgbob',
'symbolator',
'umlet',
'vega',
'vegalite',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ module Kroki
rackdiag
seqdiag
svgbob
symbolator
umlet
vega
vegalite
Expand Down
1 change: 1 addition & 0 deletions src/asciidoctor-kroki.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ module.exports.register = function register (registry, context = {}) {
'rackdiag',
'seqdiag',
'svgbob',
'symbolator',
'umlet',
'vega',
'vegalite',
Expand Down

0 comments on commit 19d0da6

Please sign in to comment.