Hello i have question i just want to try an string...
# orm-help
e
Hello i have question i just want to try an string value to render as markdown but when i trying to record via prisma studio i got the
\n
as
\\n
? not sure if this is a good solution but on result i made it into
value.replace(/\\n/gi, '\n');