When I put some text in markdown, by default it is wrapped inside paragraph, what makes some problems sometimes (when we don't want to have margins from paragraph and be forced to remove them manually each time). My question is - are we able to force react-markdown to work in that way, that it puts paragraphs only when there is a line break before? So
"Blabla" should be wrapped in span and
"\nBlabla" should be wrapped in paragraph
Right now, every text is by default wrapped in paragraph in react-markdown (and I know that it is correct from markdown docs perspective, but problematic for devs and UI)
` tags also. Using the `marked.js` tool, it's possible to plug in alternatives (for me it was to use basically `
` is that any block-level tags (like `