ascholerChemeketa
ascholerChemeketa
Basic implementation of filenames for listings. No fancy download links, but I'm not convinced they are needed as anywhere a link would be active the reader can copy/paste into an...
Add the ability to specify default compiler and linker args for programs. I built this on top of https://github.com/PreTeXtBook/pretext/pull/2267 - diff should look a lot less crazy if that gets...
Add markup for existing download feature of RS activecode Builds on changes from https://github.com/PreTeXtBook/pretext/pull/2271 - recommend resolving that first.
This implements the "Runestone activecode steals caption of listing it is in" so that explaining text is placed inside RS box. @rbeezer It also moves listing caption above the listing...
This adds support for default programming language to parsons, hparsons, and codelens. Also adds a few examples/tests and schema entry.
Possible fix for the issue raised on discussion list of quotes in cline/areas getting "smartified"
If a block of text that is being sanitized has a line with only spaces, it can throw off the indentation stripping. ``` this has 8 spaces of indentation this...