CommonMark has implemented dedicated inlines for these characters. But do we actually need them here? https://github.com/JuliaDocs/MarkdownAST.jl/blob/72c5f6c2e9ae51a0c66a4bf8213a31f6cdac9a09/src/markdown.jl#L467-L469 - [x] Implement `LineBreak` (b45a1e599c934c0307904dc951342fd017f4aa8f, 2f77d5773da49033c4e9add2e9d7029348a98ead) - [ ] Implement or discard `SoftBreak` - [ ] Implement or discard `Backslash`
CommonMark has implemented dedicated inlines for these characters. But do we actually need them here?
MarkdownAST.jl/src/markdown.jl
Lines 467 to 469 in 72c5f6c
LineBreak(b45a1e5, 2f77d57)SoftBreakBackslash