I am trying to save markdown in a textfield in Xano and render it in React with react-markdown.
If I copy my markdown into the text field it does not get rendered correctly. If I hardcode the same markdown and use it as input for my Renderer it works just fine.
I don't have any filters on the text field in the Database. I will attach screenshots of the rendered content and console logs of the 2 different inputs (1 hardcoded, 1 from Xano)
Is Xano modifying the input per default? (whitespace, line-break)