Fixing warnings in the documentation build. (#3687)
This commit is contained in:
parent
5ea654ee6b
commit
6ca2fbb31c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue