From f4230e383de203a95ca4e6b2d2059829ac1573bc Mon Sep 17 00:00:00 2001 From: Titus Date: Wed, 23 Jan 2019 22:03:50 +0100 Subject: [PATCH] Add `remark-capitalize` to list of plugins Closes GH-388. Reviewed-by: Christian Murphy --- doc/plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index a85f91b61..5c17a51f5 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -38,6 +38,9 @@ See [Creating plugins][create] below. – custom syntax for id’s, classes, and data attributes to spans of text * [`remark-breaks`](https://github.com/remarkjs/remark-breaks) – support hard breaks without needing spaces (like on issues) +* [`remark-capitalize`](https://github.com/zeit/remark-capitalize) + – transform all titles with + [title.sh](https://github.com/zeit/title) * [`remark-code-screenshot`](https://github.com/Swizec/remark-code-screenshot) – turn code blocks into carbon.now.sh screenshots * [`remark-collapse`](https://github.com/Rokt33r/remark-collapse)