From a0f4da2604c6ff51b482ee812b99e7c640cd845d Mon Sep 17 00:00:00 2001 From: Nikolay Kostyurin Date: Wed, 12 Sep 2018 00:33:00 +0200 Subject: [PATCH] chore(readme): base TOC --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f5acd0c..b0bfd17 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,17 @@ > 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] + * [Create your own 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)