How can I use markdown in a Sage worksheet?
In Sage within a Jupyter notebook, I can use the pulldown menu to select the markdown option and use markdown commands. I can also use
%load_ext sage
to use Sage commands.
If I'm in a Sage worksheet, is there a package to load so that I can use markdown commands? Or alternatively, is there a way I can get two different colors of comments with a hashtag (#)?