mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
@@ -164,6 +164,14 @@ function DisplayMath(s)
|
||||
return "\\[" .. escape(s) .. "\\]"
|
||||
end
|
||||
|
||||
function SingleQuoted(s)
|
||||
return "‘" .. s .. "’"
|
||||
end
|
||||
|
||||
function DoubleQuoted(s)
|
||||
return "“" .. s .. "”"
|
||||
end
|
||||
|
||||
function Note(s)
|
||||
local num = #notes + 1
|
||||
-- insert the back reference right before the final closing tag.
|
||||
|
||||
Reference in New Issue
Block a user