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

Rework directives and clean up src directory #28

Merged
merged 12 commits into from
Jan 12, 2024
Merged

Conversation

SilasBerger
Copy link
Owner

Changes

  • Implement a unified remark plugin system around remark-container-directives (for container directives) and remark-line-directives (for leaf and text directives).
  • Replace all previous remark plugins with the two new ones.
  • Move all admonitions and custom MDX to directives syntax, handled by the two new plugins.
  • Clean up src dir structure.
  • Implement a basic workaround for @site auto-imports within Node code for IntelliJ.

Associated issues

@SilasBerger SilasBerger self-assigned this Jan 12, 2024
@SilasBerger SilasBerger merged commit 9c12c7f into main Jan 12, 2024
1 check passed
@SilasBerger SilasBerger deleted the feature/directives branch January 12, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move all custom syntax to directives Colon in Admonitions title causes title to be moved to body
1 participant