Skip to content

Commit

Permalink
Add D2 language support (#405)
Browse files Browse the repository at this point in the history
resolves #402

Co-authored-by: Bruno Obsomer <[email protected]>
  • Loading branch information
bobzomer and Bruno Obsomer committed Feb 1, 2023
1 parent ba5f2f3 commit f036a43
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 @@ -303,6 +303,7 @@ Kroki currently supports the following diagram libraries:
* [BPMN](https://github.com/bpmn-io/bpmn-js): `bpmn`
* [Bytefield](https://github.com/Deep-Symmetry/bytefield-svg/): `bytefield`
* [C4 (PlantUML)](https://github.com/RicardoNiepel/C4-PlantUML): `c4plantuml`
* [D2](https://d2lang.com/tour/intro/): `d2`
* [DBML](https://www.dbml.org/home/): `dbml`
* [Ditaa](http://ditaa.sourceforge.net): `ditaa`
* [ERD](https://github.com/BurntSushi/erd): `erd`
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 @@ -18508,6 +18508,7 @@ module.exports.register = function register (registry, context = {}) {
'bpmn',
'bytefield',
'c4plantuml',
'd2',
'dbml',
'ditaa',
'erd',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ module Kroki
bpmn
bytefield
c4plantuml
d2
dbml
ditaa
erd
Expand Down
1 change: 1 addition & 0 deletions src/asciidoctor-kroki.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ module.exports.register = function register (registry, context = {}) {
'bpmn',
'bytefield',
'c4plantuml',
'd2',
'dbml',
'ditaa',
'erd',
Expand Down

0 comments on commit f036a43

Please sign in to comment.