Skip to content

Commit

Permalink
Fixing warnings in the documentation build. (#3687)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniaminK committed Sep 10, 2022
1 parent 5ea654e commit 6ca2fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ local function detect_markdown_footguns(string)

-- Detect unquoted code with 2 underscores. They will render as italic,
-- which is definitively not wanted. Add "`" to fix.
for part in line:gmatch("[^`]*") do
for part in line:gmatch("[^`]*`?") do
if not is_tick then
local count = 0

Expand Down

0 comments on commit 6ca2fbb

Please sign in to comment.