prism-element

PolymerElements

by SlashBunny

HTML

<base href="https://raw-dot-custom-elements.appspot.com/PolymerElements/prism-element/v2.0.1/prism-element/">
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="prism-highlighter.html">
<link rel="import" href="demo/prism-demo.html">
<h4><code>p { color: blue; }</code> with lang="css"</h4>
<div>
  <prism-demo code="p { color: blue; }" lang="css"></prism-demo>
</div>