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

Support inline style with underscore in value #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NadiaIvaniuckovich
Copy link
Contributor

Hi.

During using this library I faced the issue with underscore in style value, which seems not to be processed properly.
The actual case is using KaiTi_GB2312 as font-family. It was recorded as "CUSTOM_FONT_FAMILY_KaiTi_GB2312" and was improperly recognized during export ({fontFamilyKaiTi: GB2312} instead of {fontFamily: KaiTi_GB2312} .

In this pull request I propose to use camel case in style names (CUSTOM_fontFamily_KaiTi_GB2312 in this case) to improve it's process on export.

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

Successfully merging this pull request may close these issues.

1 participant