We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24615f3 commit 9dbb4cbCopy full SHA for 9dbb4cb
readme.md
@@ -217,6 +217,11 @@ interface YAML <: Text {
217
}
218
```
219
220
+> **Note**: YAML used to be available through the core of remark and thus
221
+> is specified here. Support for it now moved to
222
+> [`remark-frontmatter`][frontmatter], and the definition here may be removed
223
+> in the future.
224
+
225
For example, the following markdown:
226
227
```md
@@ -988,3 +993,5 @@ Yields:
988
993
[footnotereference]: #footnotereference
989
994
990
995
[footnotedefinition]: #footnotedefinition
996
997
+[frontmatter]: https://github.com/wooorm/remark-frontmatter
0 commit comments