Support leading whitespace for list items.
This commit is contained in:
@@ -56,7 +56,7 @@ fn context_paragraph_end<'r, 's>(
|
||||
paragraph_end(input)
|
||||
}
|
||||
|
||||
fn paragraph_end(input: &str) -> Res<&str, &str> {
|
||||
pub fn paragraph_end(input: &str) -> Res<&str, &str> {
|
||||
alt((
|
||||
recognize(tuple((
|
||||
map(line_break, TextElement::LineBreak),
|
||||
|
||||
Reference in New Issue
Block a user