134 Commits (42548626b366a67f2d7a16034f61cef9896f144e)

Author SHA1 Message Date
Simon Christ 42548626b3 handle output 2 years ago
Simon Christ b1e267b2a3 clean up 2 years ago
Simon Christ a7723529f3 switch to CommonMark parser 2 years ago
Simon Christ 27d9a58e0e fix yaml handling 2 years ago
Simon Christ 658515dcd5 more general conversion approach 2 years ago
Simon Christ ef75367884 fix testimonials 2 years ago
Simon Christ 93c19204d6 delete unused function 2 years ago
Simon Christ 6b53729da2 support nested blocks via recursion 2 years ago
Simon Christ d68cd5340a fix admonition handling 2 years ago
Simon Christ 8f0468303f fix stuff 2 years ago
Jonas Kroll 17ba06b808 fix YAML removement 2 years ago
Jonas Kroll 13eb8f9bac fix stuff 2 years ago
Jonas Kroll cc6ad1faef Fixed pasting of code to the wrong space. 2 years ago
Jonas Kroll 26255dc019 Changed Yaml removal. 2 years ago
Jonas Kroll db12c3b1fa Fixed missing end of a loop. 2 years ago
Jonas Kroll 68123b7291 Removed probably unnecessary passing of IO. 2 years ago
Jonas Kroll 01b6da57ad Forgot the for loop around the function. 2 years ago
Jonas Kroll c41bb32a37 Changed IO to IOmd which was already defined. 2 years ago
Jonas Kroll 2d0d6f5ce8 Fixed loops that were in the wrong order. 2 years ago
Jonas Kroll e1c9f0d6e2 Added function to remove YAML from non Carp MD. 2 years ago
Myrkwid eb6968de99 Changed order of functions and a regex. 2 years ago
Myrkwid abf6164de2 Fuck, I forgot to commit after starting new... 2 years ago
Myrkwid 5aaa53b44a Added Markdown as an used package. 3 years ago
Myrkwid b3e19a1d73 Added flavor tag. 3 years ago
Fredrik Ekre d434e35261
Change filename structure of generated image files (#205) 3 years ago
Fredrik Ekre 8054d2630b Fix time regression introduced by automatic head branch detection 4 years ago
Fredrik Ekre 063f6540dc Set GIT_SSH_COMMAND='ssh -o "BatchMode yes"' to block prompts when using SSH auth. 4 years ago
Fredrik Ekre a7bdb8cdbe Use addenv instead of setenv for git command when figuring out HEAD branch, fixes #197. 4 years ago
Fredrik Ekre 53a9d26ff8
Fix cwd and apparent source file when executing markdown. (#195) 4 years ago
Fredrik Ekre 75f4e21381 Disable git terminal prompt when detecting remote HEAD branch. 4 years ago
Fredrik Ekre 9d9a31cd91 Replace ``x``-math with $x$-math for notebooks, fixes #116. 4 years ago
David Widmann a7f40596cf
Hide code lines with `#hide` when executing Markdown, fixes #166 (#188) 4 years ago
David Widmann efe9d0a4ec
Call `showable` in correct world age (#187) 4 years ago
Thibaut Lienart 07949365b3
Relax Dict -> AbstractDict for user configurations, closes #185. (#186) 4 years ago
Fredrik Ekre 3f4c17eca4 Automatically detect "edit branch", and let users 4 years ago
Tamas K. Papp cb788bc399
Support image/svg+xml for markdown execution. (#183) 4 years ago
Fredrik Ekre fbd39a3d5a
Fix multiline comments with rn line endings, fixes #171. (#172) 4 years ago
Fredrik Ekre 439f69e654
Fix named at-examples to not contain spaces, fixes #168. (#169) 4 years ago
Fredrik Ekre aab932aa51
Fix multiline comment support with \r\n line endings, fixes #165. (#167) 4 years ago
Fredrik Ekre 21c16e65c1 Ignore build version information for automatic URLs, fixes #162. 4 years ago
Carlo Lucibello 42f39411cd
Add support for multiline markdown strings as markdown blocks (#152) 4 years ago
Fredrik Ekre 94bc2260d2
Deprecate the documenter keyword argument. (#159) 4 years ago
Fredrik Ekre 91f536baee
Update configuration docs. (#158) 4 years ago
Fredrik Ekre 6d3b76a006
Various documentation updates. (#157) 4 years ago
Fredrik Ekre 79615c90f1
Adds a concept of "flavors" for different output. (#156) 4 years ago
Manuel 8b2d1799e6
change default code fence to use four backticks, fixes #144 (#145) 4 years ago
st-- d561b540e3
include inputfile in errors (#150) 5 years ago
Morten Piibeleht 08df88d5ed
Print out executed code blocks when in debug mode (#137) 5 years ago
Morten Piibeleht de9a8a2efd
Use IOCapture instead of withoutput (#124) 5 years ago
Fredrik Ekre ceff7a36be Capture output from display(x) and display(mime, x) 5 years ago