From c4587aa3c58f26e4fc27225c41b5850ceff3b2a2 Mon Sep 17 00:00:00 2001 From: alifeee Date: Mon, 26 Jun 2023 13:50:54 +0100 Subject: [PATCH] Add new recipe `anchorjs` --- docs/recipes/readme.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/docs/recipes/readme.md b/docs/recipes/readme.md index 62fdd24..6121fc4 100644 --- a/docs/recipes/readme.md +++ b/docs/recipes/readme.md @@ -174,3 +174,38 @@ $a_2 + b^2 = d^e $ ``` Demo: https://plnkr.co/edit/SdzWj39SOVpntGTn + +### Support [AnchorJS] + +[AnchorJS]: https://github.com/bryanbraun/anchorjs + +To load the links, `` must be used with `no-shadow` tag. See [#84](https://github.com/zerodevx/zero-md/issues/84) for more information. + +```html + + + + + + + + + + + + + +``` + +Demo: