rich-text-tokenizer
v1.0.13
Published
Rich text and markdown tokenization made easy.
Downloads
526
Readme
rich-text-tokenizer
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