mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-30 15:24:05 +03:00
23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
# BBob
|
|
|
|
[](https://travis-ci.org/JiLiZART/bbob) [](https://codecov.io/gh/JiLiZART/bbob) [](https://www.codefactor.io/repository/github/jilizart/bbob) [](https://bettercodehub.com/) [](https://snyk.io/test/github/JiLiZART/bbob?targetFile=package.json)
|
|
|
|
> Fast [BBCode](https://en.wikipedia.org/wiki/BBCode) parser written in pure javascript, no dependencies
|
|
|
|
[@bbob/parser usage](https://github.com/JiLiZART/bbob/blob/master/packages/bbob-parser/README.md)
|
|
|
|
// @TODO
|
|
|
|
Table of contents
|
|
=================
|
|
* [Basic usage](#basic)
|
|
* [Presets](#presets)
|
|
* [Create your own preset](#create-preset)
|
|
* [HTML Preset](#html-preset)
|
|
* [React Preset](#react-preset)
|
|
* [React usage](#react)
|
|
* [Component](#react-component)
|
|
* [Render prop](#react-render)
|
|
* [PostHTML usage](#posthtml)
|
|
* [Create Plugin](#plugin)
|