Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

googlearchive/highlightjs-element

Repository files navigation

highlightjs-element

Element wrapper for the highlightjs (http://highlightjs.org/) library.

Example
<highlightjs-element text="def somefunc(param1='', param2=0):"></highlightjs-element>
Example
<highlightjs-element>
  <template>

    <link rel="import" href="/components/polymer/polymer.html">
    <dom-module name="my-element">
      <template>
        <span>I'm <b>my-element</b>. Check out my prototype.</span>
      </template>
      <script>
        Polymer({is: 'my-element'});
      </script>
    </dom-module>

  </template>
</highlightjs-element>

About

Import and element for the Hilightjs library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages