Answer the stability review: the parse layer strips a space or a tab, never more
CI / gate (push) Successful in 6s
CI / gate (push) Successful in 6s
This commit is contained in:
@@ -70,7 +70,6 @@ function openBlock(walk: Walk, lines: readonly string[], index: number, line: st
|
||||
return readHtmlBlock(walk, lines, index, html)
|
||||
}
|
||||
|
||||
// The document's last line ending closes its line rather than opening an empty one.
|
||||
function normalizeInput(markdown: string): string {
|
||||
return markdown
|
||||
.replace(/\r\n?/g, '\n')
|
||||
|
||||
Reference in New Issue
Block a user