aboutsummaryrefslogtreecommitdiff
path: root/test/lua/single-to-double-quoted.lua
blob: 8a0a5732aafd3fd9efd76bf07ff6f4790d291b65 (plain)
1
2
3
4
5
6
7
return {
  {
    SingleQuoted = function (content)
      return pandoc.Quoted("DoubleQuote", content)
    end,
  }
}