-
I use R Markdown a lot and I'm interested to use remark and retext for some personal projects related with R Markdown. As explained at rstudio/rmarkdown#1073 (comment), R Markdown uses curly braces to indicate a code block that need to be executed/interpreted, for example
I would love to have a mentor to help me write a plugin like https://github.com/s0/remark-code-frontmatter. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://unifiedjs.com/learn gives a good introduction to remark/unified and writing plugins. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the message. I started https://github.com/rgaiacs/remark-rmarkdown with a minimal code based on https://unifiedjs.com/learn. R Markdown has code blocks like
which generate a AST like
My plugin removes the |
Beta Was this translation helpful? Give feedback.
Thanks for the message. I started https://github.com/rgaiacs/remark-rmarkdown with a minimal code based on https://unifiedjs.com/learn.
R Markdown has code blocks like
which generate a AST like
My plugin removes the
{
fromlang
and}
frommeta
.