Read the inline nodes and the marks back, and keep the whitespace CommonMark does not strip #41
Reference in New Issue
Block a user
Delete Branch "inline-nodes-read-back"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
3i.
inline-nodes/joins the parsing directories: the content slot'stextattribute, the:text{text="…"}whitespace spelling, the four directive marks and their nesting order, and the markdown-spelled mark names as named errors.Settled with the maintainer:
:textreads back one run of spaces and tabs, or one run of newlines, and nothing else. The same read found a hole the other way —attemptLinerefused a line edged with a vertical tab or a form feed, where CommonMark strips spaces and tabs alone — so that check narrows, and its last cause gone, the check goes with it.