79177922

Date: 2024-11-11 13:56:57
Score: 2.5
Natty:
Report link

Finally found a solution by adjusting a combination of the values of part.subparsed.value in the custom parser for text with type content and doing this for type content in the nullgetter. Otherwise the delimiters were escaped incorrectly because I use < and > as delimiters. I escaped these because otherwise the file was not valid. But the parser escape < and > to &lt; and &gt;.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Antheriox