Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 393edd1

Browse files
committed
Fix: list fixer disable
1 parent 0348506 commit 393edd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resource/js/crowi.js

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ Crowi.rendererType.markdown.prototype = {
183183
preFormatMarkdown: function(content){
184184
var x = content
185185
.replace(/^(#{1,})([^\s]+)?(.*)$/gm, '$1 $2$3') // spacer for section
186-
.replace(/^(\s*)(\*|\-)([^\s]+)?(.*)$/gm, '$1$2 $3$4') // spacer for list
187186
.replace(/>[\s]*\n>[\s]*\n/g, '> <br>\n> \n');
188187
return x;
189188
},

0 commit comments

Comments
 (0)