-
-
Notifications
You must be signed in to change notification settings - Fork 140
Parsing wordpress category content #864
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
Parsing the \r\n
Actual Behavior
it remove \r and keep \n
Steps to Reproduce
const text = "toto \r\n toto"
parse(text)
output "toto toto"description
Wordpress now output some \r\n inside their description field of their category and im using wordpress as an headless cms and i fetch the data on my nextjs project but when i parse the data, im losing the flow of my content and whenever i try to use the "replace" option with the parse, it already have cleaned the "\r" from the text and i only can see those "\n" is there anyway i could include those during the parsin or i would have to replace \n by something like => <br/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working