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

getSemanticHTML combines font size with bold via inline style. Can they be separated out? #4295

Open
mark8044 opened this issue Jul 6, 2024 · 0 comments

Comments

@mark8044
Copy link

mark8044 commented Jul 6, 2024

Wrapping a font size around bold text will result in the following HTML code via getSemanticHTML

<strong style="font-size: 32pt;">Bold</strong>

for my backend DB proceesing its better to be separated out so I can later parse as I need to, so Ideally like this:

<font style="font-size:32pt"><strong>Bold</strong></font>

Can this be accomplished?

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

No branches or pull requests

1 participant