dbosk / canvaslms

Command-line interface to Canvas LMS
https://pypi.org/project/canvaslms/
MIT License
4 stars 1 forks source link

Makes submission use rich for output (fixes #71) #72

Closed dbosk closed 1 year ago

dbosk commented 1 year ago

Before, the output of the submission command was markdown in the terminal. Now it puts that markdown through rich. This adds syntax highlighting for the code.