Join Slack
Powered by
Hello i have question i just want to try an string...
# orm-help
e
ericsonluciano
01/29/2022, 5:59 AM
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');
Open in Slack
Previous
Next