Skip to content

Commit

Permalink
refactor(diagrams): correct
Browse files Browse the repository at this point in the history
"TikZ/PGF" was incorrectly marked as "Symbolator" in #56 as a result of
copy and pasting/duplicating the line when adding TikZ/PGF support.
  • Loading branch information
bauglir committed Mar 21, 2024
1 parent a79b64b commit 76e027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kroki.jl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ DIAGRAM_TYPE_METADATA = Dict{Symbol, DiagramTypeMetadata}(
DiagramTypeMetadata("Svgbob", "https://ivanceras.github.io/content/Svgbob.html"),
:symbolator =>
DiagramTypeMetadata("Symbolator", "https://github.com/kevinpt/symbolator"),
:tikz => DiagramTypeMetadata("Symbolator", "https://github.com/pgf-tikz/pgf"),
:tikz => DiagramTypeMetadata("TikZ/PGF", "https://github.com/pgf-tikz/pgf"),
: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

0 comments on commit 76e027c

Please sign in to comment.