Closed ankidulol closed 11 months ago
Probably at this time you already solved it, but what is happening is that your string is coming with \\\ instead of \\, I saw this happen with \n \r, what I did to solve it was put a .replace(/\\n/g, "\n")
in the string
Is the original intent of the line break to add spacing between the headers? If so, this may be the same as #157
Hello, I'm having an issue with line breaks. When I try to add a line break on top of the header it will create a new line but the backlash will also be rendered on top of the header. Line breaks are working fine when added around paragraphs though.
Relevant code:
Renders:
Here is the result from debugPrintTree