-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace rehype and remark in GDSchool #80
Comments
All the scripts in this directory and sub-directories need to be ported: I'll explain the purpose of each file below. The two top scripts The unified ecosytem is a bit complex. The way it works is by chaining:
In our case, we use:
parsers/transformers of note we use:
So, to recap:
In the case of our parser, we might not need at all the distinction. In this case, the rehype plugins mostly happened because of the complexity of the mdast making some operations easier to do in the rehype phase. Additionally, further processing happens at build time inside the Compilation plugins, file by file
|
This task tracks replacements planned for https://github.com/GDQuest/school/tree/main/build_scripts/remark
The text was updated successfully, but these errors were encountered: