nene
nene copied to clipboard
Nēnē: A no-frills static site generator
Users may want to define custom environments and add custom filters to the existing ones. Currently not possible because Jinja environments are created inside the `render` API function directly. To...
Use nbformat directly to convert the notebook to Markdown without going through nbconvert. It's what myst-nb does and probably the best way to capture rich display from the notebook. Not...
With the change to [markdown-it-py](https://markdown-it-py.readthedocs.io/) (#28), we can now add a custom rendering rule for code blocks (the ones with tripple-backticks) that replaces the code block with the rendered version...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...