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

DM-43617: Fix Source parser for markdown not registered error for technotes #221

Merged
merged 5 commits into from
Apr 2, 2024

Conversation

jonathansick
Copy link
Member

Fix the "Source parser for markdown not registered" error for Markdown-based technotes. With the MyST-NB extension the Markdown parser is automatically registered, so the documenteer.conf.technote configuration now resets the source_suffix configuration originally created by the Technote package.

This will help us catch configuration issues for Markdown technotes,
like we do for reStructuredText and ipynb technotes.
By adding a `source_suffix` configuration listing only the rst suffix
allows MyST-NB to add the necessary source parsers for both ipynb and md
files.

This resolves the "Source parser for markdown not registered" error.
This will create demo technotes.
Required by diagrams.
@jonathansick jonathansick merged commit 9396dcc into main Apr 2, 2024
6 checks passed
@jonathansick jonathansick deleted the tickets/DM-43617 branch April 2, 2024 16:42
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.

1 participant