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

html-render question #15

Open
marcus7777 opened this issue Mar 23, 2017 · 1 comment
Open

html-render question #15

marcus7777 opened this issue Mar 23, 2017 · 1 comment

Comments

@marcus7777
Copy link
Contributor

in :
polymer-quill-html-render.html

why to just

<div inner-h-t-m-l="{{html}}"></div>
@chuckh
Copy link
Owner

chuckh commented Jan 17, 2018

@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.

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