v0.36.2
Added
- Implement the
Inspectprotocol for theFloki.HTMLTreestruct. This struct is currently private. Thank you @vittoriabitton.
Fixed
-
Fix regression to respect config option
:encodeinFloki.raw_html/2. Thanks @Sgoettschkes. -
Make the
Floki.raw_html/2treat the contents of the<title>tag as plain text. The idea is to align withparse_document/2. Thank you @aymanosman.