Skip to content

Commit

Permalink
fix(packages): Remove extra space in \code in url
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaibaum committed Sep 14, 2020
1 parent bd7e52e commit b90cd37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/url.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ SILE.registerCommand("code", function(_, content)
SILE.settings.temporarily(function()
SILE.call("verbatim:font")
SILE.process(content)
SILE.typesetter:typeset(" ")
end)
end)

Expand Down

0 comments on commit b90cd37

Please sign in to comment.