From 85afaf2d5990a72289c5b47c151065da82c6a99e Mon Sep 17 00:00:00 2001 From: Ooker Date: Mon, 26 Aug 2024 23:17:43 +0700 Subject: [PATCH 1/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 04449a9..801c395 100644 --- a/readme.md +++ b/readme.md @@ -231,7 +231,7 @@ Yields: ``` ## Support - +Note: `blockquote`, `paragraph` are just examples of type selectors, not the only types it can selects. * [x] `*` (universal selector) * [x] `,` (multiple selector) * [x] `paragraph` (type selector) From 124c801435421c990998b29ebacc36c8b4253b48 Mon Sep 17 00:00:00 2001 From: Ooker Date: Mon, 26 Aug 2024 23:22:16 +0700 Subject: [PATCH 2/2] docs: add full list of node types --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 801c395..cc11f64 100644 --- a/readme.md +++ b/readme.md @@ -231,7 +231,7 @@ Yields: ``` ## Support -Note: `blockquote`, `paragraph` are just examples of type selectors, not the only types it can selects. +Note: `blockquote`, `paragraph` are just examples of type selectors, not the only types it can selects. See [this full list of node types](https://github.com/syntax-tree/mdast?tab=readme-ov-file#contents) * [x] `*` (universal selector) * [x] `,` (multiple selector) * [x] `paragraph` (type selector)