x-marked

Web Components which renders markdown using marked.

MIT License

Downloads
229
Stars
6
Committers
2

x-marked test

Web Components which renders markdown using marked.

Install

Using npm:

$ npm install x-marked

Usage

Import XMarked and register it as a custom element.

<script type="module">
import XMarked from 'https://unpkg.com/x-marked';

customElements.define('x-marked', XMarked);
</script>

Put <x-marked>.

<x-marked>
# x-marked

Web Components which renders markdown using [marked](https://github.com/markedjs/marked).
</x-marked>

API

highlight attribute/property

Boolean attribute/property to enable highlight.

highlight-theme/highlightTheme attribute/property

String attribute/property to specify the theme of syntax highlight. you can specify it by choosing from PrismJS/prism-themes without .css extension.

License

MIT © Shogo Sensui

Package Rankings
Top 20.26% on Npmjs.org
Badges
Extracted from project README
test