trying to get remark frontmatter 2 and remark 12 to work #750
-
following the readme instructions but the frontmatter plugin does not appear to work for me. I'm sure it's something I'm doing wrong with the mismatched versions. repro here https://stackblitz.com/edit/node-w3zsuy?file=index.js |
Beta Was this translation helpful? Give feedback.
Answered by
ChristianMurphy
Jun 15, 2021
Replies: 1 comment 2 replies
-
remark parse and remark stringify need to be version 8 to work with remark frontmatter 2 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ChristianMurphy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remark parse and remark stringify need to be version 8 to work with remark frontmatter 2
https://codesandbox.io/s/remark-debug-forked-6jf6g?file=/src/index.js