Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 19, 2024
1 parent 5184be2 commit c188c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -26693,7 +26693,7 @@ parsers.ascii_punctuation = S("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~")
assert(type(node) == "string")
subparsers[path] = subparsers[path] + S(node)
end
end, function(node, path)
end, function(_, path)
if #path > 0 then
local byte = path:sub(#path, #path)
local parent_path = path:sub(1, #path-1)
Expand Down

0 comments on commit c188c4b

Please sign in to comment.