You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about adding the possibility to search and replace text in included code, for example, to hide the fact that we use different class names in course material (e.g. turn Item_v2 into Item) on the website.
This is about adding the possibility to search and replace text in included code, for example, to hide the fact that we use different class names in course material (e.g. turn
Item_v2
intoItem
) on the website.The search and replace itself is already implemented in https://github.com/GDQuest/product-packager/blob/master/mdx-utils/src/md/preprocessor.nim, but what's missing is parsing JSX expressions when parsing MDX components.
So, this depends on #65
The text was updated successfully, but these errors were encountered: