Description
code send to prism-highlighter element is actually 'parsed' by polymer.
used prism-demo as example
https://github.com/PolymerElements/prism-element/blob/master/demo/prism-demo.html
<dom-module id="my-element">
<template>
console.log('hello world")
</template>
</dom-module>
<my-element></my-element>
<prism-demo code="<my-element></my-element>" lang="html"></prism-demo>
Expected outcome
hello world
Actual outcome
hello world
hello world
Browsers Affected