html_editor
html_editor copied to clipboard
Pure and simple HTML parser and editor.
Attempts to solve https://github.com/lomirus/html_editor/issues/9 Escaping is always hard to get 100% in all edge cases. This PR should handle escapes properly inside `Text`s and attribute values. I'm not sure whether...
This pull request does two things: introduce an error enum for possible failures during parsing, as well as track locations for all tokens to give information for errors. A few...
Hi! In the `Text` variant of a `Node`, the text is stored as-is from the source code of the HTML file. This means that a source such as `a >...