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 d1343e8 commit ef62ba9Copy full SHA for ef62ba9
md2sexpr.d
@@ -1,7 +1,7 @@
1
import parser;
2
import std.string;
3
private string escape(string text) {
4
- return `"` ~ text.replace(`\`, `\\`).replace(`"`, `\\"`) ~ `"`;
+ return `"` ~ text.replace(`\`, `\\`).replace(`"`, `\"`) ~ `"`;
5
}
6
struct ConvertToSExprEventHandler {
7
string start(string text) {
0 commit comments