Skip to content

Rich text and markdown tokenization made easy

License

Notifications You must be signed in to change notification settings

spacebring/rich-text-tokenizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rich text and markdown tokenization made easy

Topics

Resources

License

Stars

Watchers

Forks