Replacement for remark-variables? #1313
Answered
by
wooorm
NickersWeb
asked this question in
Q&A
-
I want to have custom-defined variables in my markdown. remark-variables seems to already handle this. It is, however, no longer maintained. This was mentioned here. I haven't been able to find a replacement for this library. Is there a replacement for this library? I'm currently using remarkjs via react-markdown. So preferably, a replacement library would also work with that library as well. |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Apr 18, 2024
Replies: 1 comment 2 replies
-
You could use MDX’s expressions, or |
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
You could use MDX’s expressions, or
remark-directives
’s components for this!