diff --git a/src/parser/element_parser.rs b/src/parser/element_parser.rs index 55bc649..238dade 100644 --- a/src/parser/element_parser.rs +++ b/src/parser/element_parser.rs @@ -201,7 +201,6 @@ fn _detect_element<'b, 'g, 'r, 's>( input: OrgSource<'s>, can_be_paragraph: bool, ) -> Res, ()> { - // TODO: What about affiliated keywords in the detect_* functions? if alt(( parser_with_context!(detect_plain_list)(context), detect_footnote_definition,