odkr / pandoc-quotes.lua

Pandoc filter that adapts quotation marks.
MIT License
7 stars 3 forks source link

Romanian single quotes are the other way around #2

Closed engolfarian closed 4 years ago

engolfarian commented 4 years ago

In Romanian, the single quotes equivalent is << ... >>. The filter has the wrong order for them, resulting in >> ... <<.

See here:

https://github.com/odkr/pandoc-quotes.lua/blob/d1c6aa2c545bc14fe6acf30f29764bac8bdfb0f3/pandoc-quotes.lua#L278

The fix would be very simple -- just change their order.

Cheers, Florin