-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: list item bullet without whitespace (#2431)
- Loading branch information
Showing
3 changed files
with
65 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<h2>*list</h2> | ||
<ul> | ||
<li>list1 | ||
*Not list(without space)</li> | ||
<li>list2</li> | ||
</ul> | ||
<h2>+list</h2> | ||
<ul> | ||
<li>list1 | ||
+Not list(without space)</li> | ||
<li>list2</li> | ||
</ul> | ||
<h2>-list</h2> | ||
<ul> | ||
<li>list1 | ||
-Not list(without space)</li> | ||
<li>list2</li> | ||
</ul> | ||
<h2>number(1.)list</h2> | ||
<ol> | ||
<li>list | ||
1.Notlist(without space)</li> | ||
<li>list</li> | ||
</ol> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
headerIds: false | ||
--- | ||
## *list | ||
|
||
* list1 | ||
*Not list(without space) | ||
* list2 | ||
|
||
## +list | ||
|
||
+ list1 | ||
+Not list(without space) | ||
+ list2 | ||
|
||
## -list | ||
|
||
- list1 | ||
-Not list(without space) | ||
- list2 | ||
|
||
## number(1.)list | ||
1. list | ||
1.Notlist(without space) | ||
1. list |
9c10b4d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
marked-website – ./
markedjs.vercel.app
marked.js.org
marked-website-git-master-markedjs.vercel.app
marked-website-markedjs.vercel.app