Skip to content

Commit

Permalink
Fix wrong link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Aug 14, 2020
1 parent e6080ff commit 1ba6284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ concerns:
- Performance - It can be [up to 20 times slower than the alternatives](https://hexdocs.pm/fast_html/readme.html#benchmarks) on big HTML
documents.
- Correctness - in some cases `mochiweb_html` will produce different results
from what is specified in [HTML5 specification](https://html.spec.whatwg.org/)](https://html.spec.whatwg.org/).
from what is specified in [HTML5 specification](https://html.spec.whatwg.org/).
For example, a correct parser would parse `<title> <b> bold </b> text </title>`
as `{"title", [], [" <b> bold </b> text "]}` since content inside `<title>` is
to be [treated as plaintext](https://html.spec.whatwg.org/#the-title-element).
Expand Down

0 comments on commit 1ba6284

Please sign in to comment.