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. spacebring.com");
parseMarkdown("Value your time. Provide excellent service to members. [spacebring](https://www.spacebring.com)");
MIT