Skip to content

Commit 9dbb4cb

Browse files
committed
Add note about non-standardising yaml in the future
1 parent 24615f3 commit 9dbb4cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@ interface YAML <: Text {
217217
}
218218
```
219219

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+
220225
For example, the following markdown:
221226

222227
```md
@@ -988,3 +993,5 @@ Yields:
988993
[footnotereference]: #footnotereference
989994

990995
[footnotedefinition]: #footnotedefinition
996+
997+
[frontmatter]: https://github.com/wooorm/remark-frontmatter

0 commit comments

Comments
 (0)