#Loqi[kartikprabhu] The output depends on which html parser is being used internally. cc @kevinmarks
In the example below `html5lib` gives a `name` and `url` for the `h-enty` but `html.parser` does not (which is the intended output).
# Example
## HTML
``` html...