Tags: pietroppeter/nimib
Tags
Implement nbShow and highlight.js support for nim and other langs' co… …de in markdown (#179) * add nbShow * add highlight.js * add nohighlight class to nbCodeSource partial * take back nim class * take back hljs * disable highlight.js for Show source * fix tests * update readme * add option to disable highlight.js with `nb.disableHighlightJs` * hide warnings in index and readme * Update docsrc/penguins.nim Co-authored-by: Pietro Peterlongo <[email protected]> * mention dynamic highlighting in readme --------- Co-authored-by: Pietro Peterlongo <[email protected]>
Adding devel to CI, fix #161, fix #149 (#169) * Adding devel to CI I am adding both stable (that will become 2.x soon) and devel (which is candidate for 2.x). Also update versions of cache and setup-nim-action * disable fail-fast for test CI see https://stackoverflow.com/a/65647509/4178189 * Change toml lib + fix macro bug on devel (#173) (#174) * fix orc macro bug * replace toml_serialization with parsetoml * clean up * use jsony for deserialization as it can handle missing fields Co-authored-by: Hugo Granström <[email protected]> * bump to 0.3.6 --------- Co-authored-by: Hugo Granström <[email protected]>
refactor codeAsInSource to not require command + fix nbJs bug fixes (#… …163) * refactor codeAsInSource to not require command * fix infix * add more fixes * implement nb.sourceFiles * fix typesection and add discard test * fix for loops * let try pietro's idea of taking the minimum * fix parallel bug * add template test * fix type bug * update changelog * bump nimble version * clean sources * add Hugo as co-author * add filename assert in Pos comparision * assert -> doAssert. Improved error message and added an assert for the endPos as well
PreviousNext