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: