Skip to content
New issue

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

Parse style attribute during HTML deserialization #51

Open
SamyPesse opened this issue Dec 28, 2016 · 0 comments
Open

Parse style attribute during HTML deserialization #51

SamyPesse opened this issue Dec 28, 2016 · 0 comments

Comments

@SamyPesse
Copy link
Member

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 a BOLD mark.

It will improve parsing when copying content from Word into the GitBook Editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant