Skip to content

Commit

Permalink
Update src/utils/markd_vdom_renderer.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
  • Loading branch information
gdotdesign and Sija authored Nov 16, 2023
1 parent 2917052 commit efd60ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/markd_vdom_renderer.cr
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module Mint
parts =
SemanticTokenizer.tokenize(parser.ast)

parts.map_with_index do |item, index|
parts.each_with_index do |item, index|
case item
in String
@io << '`' << item.gsub('`', "\\`") << '`'
Expand Down

0 comments on commit efd60ac

Please sign in to comment.