We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ffcd4 commit 76601cbCopy full SHA for 76601cb
packages/markdown-common/src/ToMarkdownStringVisitor.js
@@ -167,7 +167,7 @@ class ToMarkdownStringVisitor {
167
break;
168
case 'ThematicBreak':
169
ToMarkdownStringVisitor.newBlock(parameters,2);
170
- parameters.result += '---\n';
+ parameters.result += '---';
171
172
case 'Linebreak':
173
parameters.result += '\\\n';
0 commit comments