Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about "General Tips" #483

Open
SidVal opened this issue May 13, 2018 · 3 comments
Open

Question about "General Tips" #483

SidVal opened this issue May 13, 2018 · 3 comments

Comments

@SidVal
Copy link
Member

SidVal commented May 13, 2018

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
@dmed256
Copy link

dmed256 commented May 14, 2018

Right now >, !>, and ?> wrap the string content in a

<p className="...">{content}</p>

It's missing a second pass at the markdown parsing

@QingWei-Li
Copy link
Member

Yeah, this is bug..
I want to rewrite this part. refer #413

@trusktr
Copy link
Member

trusktr commented Jun 21, 2020

I believe this is a non-breaking change, so adding it to the 4.x project board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants