We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in : polymer-quill-html-render.html
why to just
<div inner-h-t-m-l="{{html}}"></div>
The text was updated successfully, but these errors were encountered:
@marcus7777 <div inner-h-t-m-l="{{html}}"></div> will work once CSS is changed to use it. Had not used it before.
I tried
<div class="markdown-html" inner-h-t-m-l="[[content]]"></div>
instead of
<marked-element id="markedView" markdown="[[content]]"> <div class="markdown-html"></div> </marked-element>
It displayed content but CSS in polymer-quill-styles-html.html has to be redone to show correct styles.
Sorry, something went wrong.
No branches or pull requests
in :
polymer-quill-html-render.html
why to just
The text was updated successfully, but these errors were encountered: