1
0
Fork 0
mirror of https://github.com/archtechx/todo-system.git synced 2025-12-12 09:04:03 +00:00

fix readme scanner

This commit is contained in:
Samuel Štancl 2023-11-27 02:57:28 +01:00
parent 323758d069
commit a25a5a8463
2 changed files with 7 additions and 0 deletions

View file

@ -333,6 +333,8 @@ pub fn scan_readme_file(path: &Path, entries: &mut Vec<Entry>) -> io::Result<()>
if cleaned_section == "todo" || cleaned_section == "todos" {
in_todo_section = true;
} else {
in_todo_section = false;
}
continue;