Add Contents

This commit is contained in:
Titus Wormer 2021-10-21 20:58:31 +02:00
parent eb3a552dab
commit aaf771a04e
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -12,6 +12,19 @@
(`:cite[smith04]`, `::youtube[Video of a cat in a box]{v=01ab2cd3efg}`, and (`:cite[smith04]`, `::youtube[Video of a cat in a box]{v=01ab2cd3efg}`, and
such). such).
## Contents
* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(remarkDirective)`](#unifieduseremarkdirective)
* [Security](#security)
* [Related](#related)
* [Contribute](#contribute)
* [License](#license)
## What is this? ## What is this?
This is a plugin that works with [unified][] (specifically, [remark][], for This is a plugin that works with [unified][] (specifically, [remark][], for