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

Why do HTML Inline Style Attributes Do Not Render While in the Editor Mode ? #2344

Closed
0187773933 opened this issue Sep 18, 2020 · 1 comment

Comments

@0187773933
Copy link

If you put a style attribute , a color for instance, on a span tag. When you go to generate HTML or PDF, it renders there.

But why can't it render while you are writing the source markdown?

<div>
<center><h2> <span style='color:#35a166'>testing</span> </h2></center>
</div>
@fxha
Copy link
Contributor

fxha commented Dec 1, 2020

Thank you for reporting the issue but currently no CSS or HTML style attributes are allowed due to markdown specification and we don't plan to change this in the future.

@fxha fxha closed this as completed Dec 1, 2020
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

2 participants