Open KrKOo opened 2 months ago
This PR adds support for "raw" cells in assignments. Without this fix the user gets an SQLAlchemy error during the release of an assignment which contains a notebook with a "raw" cell. Raw cells now work the same way as markdown cells.
Fixes #921
:point_left: Launch a Binder on branch KrKOo/nbgrader/raw
Thanks @KrKOo for opening this. Can you please rebase on main, a #1928 should have fixed the unrelated test failures.
Looks good, thanks @KrKOo.
Could you add a test on it ? Probably in this file.
This PR adds support for "raw" cells in assignments. Without this fix the user gets an SQLAlchemy error during the release of an assignment which contains a notebook with a "raw" cell. Raw cells now work the same way as markdown cells.
Fixes #921