Apply more suggestions.
This commit is contained in:
@@ -177,7 +177,7 @@ fn _footnote_definition_end<'b, 'g, 'r, 's>(
|
||||
if current_depth > 0 {
|
||||
// Its impossible for the next character to end the footnote reference definition if we're any amount of brackets deep
|
||||
return Err(nom::Err::Error(CustomError::MyError(MyError(
|
||||
"NoFootnoteReferenceDefinitionEnd".into(),
|
||||
"NoFootnoteReferenceDefinitionEnd",
|
||||
))));
|
||||
}
|
||||
if current_depth < 0 {
|
||||
|
||||
Reference in New Issue
Block a user