I want to create a component `markdown-slides` which depends on it's innerHTML, is there a way to read "light DOM" content in lit-element just like the ` value` of `textarea`? or, can I bind `innerHTML` in main DOM tree to a property?
The use case could be: ``` <markdown-slides> # Hello --- ## Page 2 --- # The End </markdown-slides> ``` Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/2f80cd6c-3d18-484f-bd81-b5086397e979%40googlegroups.com.
