Docsify: Question about "General Tips"

Created on 14 May 2018  路  3Comments  路  Source: docsifyjs/docsify

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
enhancement

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jhildenbiddle picture jhildenbiddle  路  3Comments

jhildenbiddle picture jhildenbiddle  路  4Comments

soulfly picture soulfly  路  4Comments

lukasmrtvy picture lukasmrtvy  路  5Comments

anikethsaha picture anikethsaha  路  3Comments