markedpp icon indicating copy to clipboard operation
markedpp copied to clipboard

Preprocessor for markdown files

Results 2 markedpp issues
Sort by recently updated
recently updated
newest added

A command for marking captions for images and tables would be very useful. For example it could look like this: ``` !caption("Table 1-1") |Header |--- ``` This would render to...

I use markdown for the lecture portion of a class I teach. There are lots of embedded code examples. The samples are usually part of a larger code module, so...