rich-text-tokenizer

Rich text and markdown tokenization made easy.

Usage no npm install needed!

<script type="module">
  import richTextTokenizer from 'https://cdn.skypack.dev/rich-text-tokenizer';
</script>

README

rich-text-tokenizer

npm package Dependency Status devDependency Status

Rich text and markdown tokenization made easy.

Installation

yarn add rich-text-tokenizer

The Gist

import { parseText, parseMarkdown } from "rich-text-tokenizer";

parseText("Value your time. Provide excellent service to members. andcards.com");

parseMarkdown("Value your time. Provide excellent service to members. [andcards](https://www.andcards.com)");

License

MIT