Permalink
Browse files
test/prose: allow Romanian quotes.
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+3
−1
test/prose
|
|
@@ -70,7 +70,9 @@ var prose = unified() |
|
|
.use(syntaxMentions) |
|
|
.use(emoji) |
|
|
.use(sentenceSpacing, {preferred: 1}) |
|
|
.use(quotes, {preferred: 'straight'}) |
|
|
// Hack for Romanian translation: |
|
|
// https://github.com/github/opensource.guide/pull/1004 |
|
|
.use(quotes, {preferred: 'straight', straight: '”'}) |
|
|
.use(words, { |
|
|
"patterns": { |
|
|
"this section": { omit: true }, |
|
|
|