1.6 KiB
1.6 KiB
- HTML Handling
- Parser Core
- Djot
[2/38]
HTML Handling
TODO
Special handling for pre
in view
TODO
Smart spec compliance for attribute
Probably want to refine the attribute and value strings, and be smarter about how we choose to quote the value string.
TODO
Don't generate any further indent once we are already inside a p
TODO Text escaping function
NO Move Raw
out of Tag
Decided to rename Tag
to Html
, and Raw
to Text
, which makes this make sense