I need to ask something about General Tips.
It's like a block with the content and it's great, but I can't add lists on it.
I mean:
?> _TODO_ unit test
Renders fine, but If I need to put list into the block did not render fine.
And example:
?> List of things to do
?> * Todo 1
?> * Todo 2
?> * Todo 3
?> * Todo 4
Right now >, !>, and ?> wrap the string content in a
<p className="...">{content}</p>
It's missing a second pass at the markdown parsing
Yeah, this is bug..
I want to rewrite this part. refer #413
I believe this is a non-breaking change, so adding it to the 4.x project board.