pe-s
pe-s
@arobase-che before I try myself: Could I just fork and add `'p'` to `supportedElements` and then get it working by putting the attr not besides (so inside the ``) but...
Follow-up: it can't work because there is a line break in between, right?
@arobase-che's first example above could work in the wild. However it's a bit error prone and not intuitive for eg non-coders. 2nd example is intuitive and it's also good because...
Another reason against the first example: In some systems I split the markdown by paragraphs into an array to make the conversion to JSX only for that lines and not...