Rich text and markdown tokenization made easy.
yarn add rich-text-tokenizer
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)");
MIT