--- ### Description Add a parser for `.hmtl/.htm` files to extract text for indexing. --- ### What to Do - Implement a `HTMLParser` struct that implements the `Parser` interface. - Ignore scripts, styles, and tags for now (could be useful then for ranking or term weight). ---