Skip to content
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

Add support for search and replace in include components #84

Open
Tracked by #76
NathanLovato opened this issue Dec 19, 2024 · 0 comments
Open
Tracked by #76

Add support for search and replace in include components #84

NathanLovato opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NathanLovato
Copy link
Contributor

NathanLovato commented Dec 19, 2024

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.

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

@NathanLovato NathanLovato mentioned this issue Dec 19, 2024
12 tasks
@NathanLovato NathanLovato added the enhancement New feature or request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant