diff --git a/src/search.cpp b/src/search.cpp index 57aa147..1be5c92 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -79,6 +79,7 @@ std::vector search(const fs::path &filepath, if (!opts.raw) { cleanup_text(document); + document = helpers::unescape_html(document); } string::const_iterator begin{document.begin()};