We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f415d5 commit f44936dCopy full SHA for f44936d
src/to_markdown.js
@@ -365,7 +365,7 @@ export class MarkdownSerializerState {
365
// have special meaning only at the start of the line.
366
esc(str, startOfLine) {
367
str = str.replace(/[`*\\~\[\]]/g, "\\$&")
368
- if (startOfLine) str = str.replace(/^[:#\-*+]/, "\\$&").replace(/^(\s*\d+)\./, "$1\\.")
+ if (startOfLine) str = str.replace(/^[:#\-*+>]/, "\\$&").replace(/^(\s*\d+)\./, "$1\\.")
369
return str
370
}
371
0 commit comments