6 lines
144 B
Lua
6 lines
144 B
Lua
function Str (s)
|
||
if string.match(s.c, '[0-9mdclxvi]+–[0-9mdclxvi]+') then
|
||
return pandoc.Str(string.gsub(s.c, '–', '-'))
|
||
end
|
||
end
|