114 Commits (66d15cb3601da2bf1e92c9d12cdde3594bda42fe)

Author SHA1 Message Date
Fredrik Ekre 7fc99585f7 `Literate.markdown`: fix output directory for images 2 years ago
Kipton Barros 98328722c9
Remove `@raw html` decorations if target is Jupyter notebook (#223) 2 years ago
Christian Schilling 329a44af80
Literate.script: do not end with double newline (#221) 2 years ago
Fredrik Ekre e1c980af32
Change EditURL output to use relative path (#219) 2 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
Fredrik Ekre dc409d0f43
Support multiline comments for markdown input, fixes #26. (#123) 5 years ago
Fredrik Ekre 3980541e87 Factor out code for Jupyter notebook output. 5 years ago
Fredrik Ekre 35dd9671d3 Use config to pass around some internal variables. 5 years ago
Fredrik Ekre 19204b6451 Factor out the write-to-file code. 5 years ago
Fredrik Ekre 85da8c56c5 Factor out some common pre-processing code. 5 years ago
Fredrik Ekre 6d1aec90b1 Implement #hide EOL token to filter lines after execution in markdown(...). 5 years ago
Fredrik Ekre e08ca0a19b Let markdown output capture output with the "text/markdown" MIME. 5 years ago
Takafumi Arakaki ca2aba21f6
Fix a missing at-ref link in the documentation (#118) 5 years ago
Fredrik Ekre 2ba316ac90 Make output directory default to pwd. 6 years ago
Fredrik Ekre e7fae2459e Misc doc updates; links, css, changelog, compat notes etc. 6 years ago
Fredrik Ekre 56ec426ae5 Add empty line between input and output code-blocks in markdown, fixes #101. 6 years ago
Fredrik Ekre 7e89fdbffd
Implement support for executing markdown pages, fixes #9. (#100) 6 years ago
Jonas Schulze 6931ed43a3 Fix notebook validation warning 6 years ago
Fabian Greimel b0806edb67
Allow all filter tokens at the end of lines (#93) 6 years ago
Fredrik Ekre 61f0778fe7 Fix devurl when running on Travis CI, fixes #87. 6 years ago
Fredrik Ekre 43bde3820f Add a horizontal rule before the credits. 6 years ago
Fredrik Ekre 4e71b159e5
Make URLs configurable, fixes #79. (#84) 6 years ago
Fredrik Ekre 0f9e836d68
Support configuration with a config::Dict kwarg. (#83) 6 years ago
Fredrik Ekre 233b3746a8 Fix warning to not mention the same thing three times. 6 years ago
Kristoffer Carlsson 72a94ac8ac respect semicolon output supression when exporting to Documenter (#82) 6 years ago