|
@ -16,7 +16,7 @@ module.exports = { |
|
|
|
|
|
|
|
|
// Double + single quotes replacement pairs, when typographer enabled,
|
|
|
// Double + single quotes replacement pairs, when typographer enabled,
|
|
|
// and smartquotes on. Set doubles to '«»' for Russian, '„“' for German.
|
|
|
// and smartquotes on. Set doubles to '«»' for Russian, '„“' for German.
|
|
|
quotes: '“”‘’', |
|
|
quotes: '\u201c\u201d\u2018\u2019' /* “”‘’ */, |
|
|
|
|
|
|
|
|
// Highlighter function. Should return escaped HTML,
|
|
|
// Highlighter function. Should return escaped HTML,
|
|
|
// or '' if input not changed
|
|
|
// or '' if input not changed
|
|
|