From 610b81e4d5dda4733477c0e9d488cd5157fba225 Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+nickcolley@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:31:33 +0100 Subject: [PATCH] Improve formatting --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2af674d..1128796 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ It will render like this: [retext-english]: https://www.npmjs.com/package/retext-english [vfile reporter]: https://github.com/vfile/vfile#reporters +--- + ## Documentation ### [Configure options for transforms](#configure-options-for-transforms-1) @@ -104,6 +106,9 @@ eleventyConfig.addPlugin(EleventyUnifiedPlugin, { }); ``` -## Acknowledgements +--- + +## With thanks to -Inspired by [florianeckerstorfer/eleventy-plugin-remark](https://github.com/florianeckerstorfer/eleventy-plugin-remark) +- [Titus for the Unified ecosystem](https://twitter.com/wooorm) +- [florianeckerstorfer/eleventy-plugin-remark](https://github.com/florianeckerstorfer/eleventy-plugin-remark)