Closed tylermaran closed 2 months ago
This is a problem with the formatMarkdown regex. Just need to do a bit more string parsing to make sure the '''markdown deliminators are stripped out.
formatMarkdown
'''markdown
https://github.com/getomni-ai/zerox/blob/main/node-zerox/src/utils.ts#L13
https://github.com/getomni-ai/zerox/pull/17 resolved in this PR
This is a problem with the
formatMarkdown
regex. Just need to do a bit more string parsing to make sure the'''markdown
deliminators are stripped out.https://github.com/getomni-ai/zerox/blob/main/node-zerox/src/utils.ts#L13