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
When parsing MDX documents, add a way to walk or retrieve tokens and call procedures to process them:
Markdown image tags need to be converted into a PublicImage component with class names so there needs to be a way to create a new components, and replace a component with the new object
Inline code sometimes need to be replaced with <IconGodot ...> components
Video files need file paths to be make absolute
Include components need to be replaced with the included and preprocessed content
For these tasks, the API should allow:
Looping over tokens
Editing tokens
Creating new tokens
Inserting tokens
Replacing tokens
For includes and special case, we can think of a simple token that contains text that gets inserted as-is? Preserving the original token indentation optionally
The text was updated successfully, but these errors were encountered:
When parsing MDX documents, add a way to walk or retrieve tokens and call procedures to process them:
For these tasks, the API should allow:
For includes and special case, we can think of a simple token that contains text that gets inserted as-is? Preserving the original token indentation optionally
The text was updated successfully, but these errors were encountered: