Skip to content
Permalink
Browse files

test/prose: allow Romanian quotes.

  • Loading branch information
MikeMcQuaid committed Dec 30, 2019
1 parent bf4839e commit c2677ad2965609d1474152b48b1cd27e589bd1e9
Showing with 3 additions and 1 deletion.
  1. +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 },

0 comments on commit c2677ad

Please sign in to comment.
You can’t perform that action at this time.