mirror of
https://github.com/danneu/html-parser.git
synced 2024-11-25 08:19:17 +03:00
Fix doc comment
This commit is contained in:
parent
560f2eb574
commit
2042b27a04
@ -111,8 +111,8 @@ Here is an example of providing a small subset of commonly-seen character refere
|
||||
|> Dict.fromList
|
||||
|> customCharRefs
|
||||
|
||||
run config "<span>♂ $ ♀</span>"
|
||||
== Ok (Element "span" [] [Text "♂ $ ♀"])
|
||||
run config "<span>♂ & ♀</span>"
|
||||
== Ok (Element "span" [] [Text "♂ & ♀"])
|
||||
|
||||
Notice that character references missing from the lookup table are simply parsed as text.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user