From ba865015cffc2b2b9908f737b4cb3b7c799fd0aa Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Mon, 29 Mar 2021 23:36:22 -0700 Subject: [PATCH] docs: Add anchor links to Element docs --- docs/api/element.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/element.md b/docs/api/element.md index ed7dd6e27..0d20828f1 100644 --- a/docs/api/element.md +++ b/docs/api/element.md @@ -11,6 +11,9 @@ interface Element { ## Static methods +- [Retrieval methods](#retrieval-methods) +- [Check methods](#check-methods) + ### Retrieval methods ###### `Element.matches(element: Element, props: Partial): boolean`