Skip to content

Commit 8ad2c4d

Browse files
committed
removing space hardbreak
1 parent 8b094e9 commit 8ad2c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parser/parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func NewWithExtensions(extension Extensions) *Parser {
153153
p.oldTip = p.Doc
154154
p.lastMatchedContainer = p.Doc
155155

156-
p.inlineCallback[' '] = maybeLineBreak
156+
// p.inlineCallback[' '] = maybeLineBreak
157157
p.inlineCallback['*'] = emphasis
158158
p.inlineCallback['_'] = emphasis
159159
// if p.extensions&Strikethrough != 0 {

0 commit comments

Comments
 (0)