fix: markup italic typo (#153)
This commit is contained in:
committed by
GitHub
parent
072b21d16c
commit
90a56c9745
@@ -267,7 +267,7 @@ local function generate(p, opt)
|
||||
sym "@comment.note" { DiagnosticInfo },
|
||||
|
||||
sym "@markup.strong" { Bold },
|
||||
sym "@markup.itailc" { Italic },
|
||||
sym "@markup.italic" { Italic },
|
||||
sym "@markup.strikethrough" { gui = "strikethrough" },
|
||||
sym "@markup.underline" { Underlined },
|
||||
|
||||
|
||||
@@ -267,7 +267,7 @@ local function generate(p, opt)
|
||||
sym "@comment.note" { DiagnosticInfo },
|
||||
|
||||
sym "@markup.strong" { Bold },
|
||||
sym "@markup.itailc" { Italic },
|
||||
sym "@markup.italic" { Italic },
|
||||
sym "@markup.strikethrough" { gui = "strikethrough" },
|
||||
sym "@markup.underline" { Underlined },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user