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

clean even more #1

Open
boynet opened this issue Dec 15, 2015 · 0 comments
Open

clean even more #1

boynet opened this issue Dec 15, 2015 · 0 comments

Comments

@boynet
Copy link

boynet commented Dec 15, 2015

for example this:

<div class="article-text" contenteditable="true"><p style="margin-bottom: 0cm"><font face="Times New Roman, serif"><font size="5"><b>Aaaaaaaaaa</b></font></font></p>

turn into:

<p><font face="Times New Roman, serif"><font size="5"><strong>Aaaaaaaaaa</strong></font></font></p>

is it possible to make it be:

<p style="font-size:5px;font-family:Times New Roman;font-weight:bold">Aaaaaaaaaa</p>
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