Skip to content

Commit 72ff81e

Browse files
alerqueWolf-SO
andcommitted
pandoc-quotes: Change default Russian quote marks
Per SE question chain, highly upvoted results, and repeated requests to get the defaults here changed: * https://russian.stackexchange.com/questions/1470/quotation-marks * https://www.artlebedev.ru/kovodstvo/sections/104/ * https://ru.m.wikipedia.org/wiki/%D0%9A%D0%B0%D0%B2%D1%8B%D1%87%D0%BA%D0%B8 * odkr/pandoc-quotes.lua#10 * odkr/pandoc-quotes.lua#12 Closes #286 Co-authored-by: Wolf-SO <peu@rekoba.de>
1 parent 8becf65 commit 72ff81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandoc-quotes.lua/pandoc-quotes.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ QUOT_MARKS_BY_LANG = {
278278
pt = {'«', '»', '', '' },
279279
rm = {'«', '»', '', '' },
280280
ro = {'', '', '«', '»' },
281-
ru = {'«', '»', '', '' },
281+
ru = {'«', '»', '', '' },
282282
sk = {'', '', '', '' },
283283
sl = {'', '', '', '' },
284284
sq = {'', '', '', '' },

0 commit comments

Comments
 (0)