Skip to content

Commit

Permalink
Sort the items
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 20, 2021
1 parent 7cbad3d commit 6009fd2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/kramdown-rfc2629.rb
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,11 @@ def convert_codeblock(el, indent, opts)
end
end
case t
when "goat", "ditaa", "mscgen", "plantuml", "plantuml-utxt",
"railroad", "railroad-utf8", "mermaid", "protocol", "protocol-goat",
"math"
when "aasvg", "ditaa", "goat",
"math", "mermaid", "mscgen",
"plantuml", "plantuml-utxt",
"protocol", "protocol-aasvg", "protocol-goat",
"railroad", "railroad-utf8"
if gi
warn "*** Can't set GI #{gi} for composite SVG artset"
end
Expand Down

0 comments on commit 6009fd2

Please sign in to comment.