Skip to content

Commit

Permalink
feat: support Symbolator diagrams
Browse files Browse the repository at this point in the history
Uses https://github.com/kevinpt/symbolator to render VHDL/Verilog
diagrams. Support was added in [email protected].

References #42.
  • Loading branch information
bauglir committed Mar 21, 2024
1 parent c03743a commit c30714e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Kroki.jl
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ DIAGRAM_TYPE_METADATA = Dict{Symbol, DiagramTypeMetadata}(
:structurizr => DiagramTypeMetadata("Structurizr", "https://structurizr.com"),
:svgbob =>
DiagramTypeMetadata("Svgbob", "https://ivanceras.github.io/content/Svgbob.html"),
:symbolator => DiagramTypeMetadata("Symbolator", "https://github.com/kevinpt/symbolator"),
:umlet => DiagramTypeMetadata("UMLet", "https://github.com/umlet/umlet"),
:vega => DiagramTypeMetadata("Vega", "https://vega.github.io/vega"),
:vegalite => DiagramTypeMetadata("Vega-Lite", "https://vega.github.io/vega-lite"),
Expand Down Expand Up @@ -320,6 +321,7 @@ const LIMITED_DIAGRAM_SUPPORT = MIMEToDiagramTypeMap(
:mermaid,
:plantuml,
:structurizr,
:symbolator,
:umlet,
:vega,
:vegalite,
Expand Down

0 comments on commit c30714e

Please sign in to comment.