This actually got the README parsing properly.

This commit is contained in:
Tom Alexander 2023-04-21 22:39:12 -04:00
parent 7139fce48d
commit ec80e1a0e0
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ fn is_expect_fail(name: &str) -> Option<&str> {
"element_container_priority_footnote_definition_dynamic_block" => Some("Keyword needs to be implemented."),
"element_container_priority_greater_block_dynamic_block" => Some("Keyword needs to be implemented."),
"element_container_priority_section_dynamic_block" => Some("Keyword needs to be implemented."),
"element_container_priority_readme" => Some("A lot needs to be implemented."),
_ => None,
}
}