We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The HTML deserialization currently uses tags and class names to detect nodes and marks.
It could also use style="" attribute to detect marks.
style=""
For example: <span style="font-weight: bold;">This is bold</span> should be parsed as a text with a BOLD mark.
<span style="font-weight: bold;">This is bold</span>
BOLD
It will improve parsing when copying content from Word into the GitBook Editor.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The HTML deserialization currently uses tags and class names to detect nodes and marks.
It could also use
style=""
attribute to detect marks.For example:
<span style="font-weight: bold;">This is bold</span>
should be parsed as a text with aBOLD
mark.It will improve parsing when copying content from Word into the GitBook Editor.
The text was updated successfully, but these errors were encountered: