59 Commits (v2.9.2)

Author SHA1 Message Date
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 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
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 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
Fredrik Ekre 2638a8231f Fix matrix printing test on Julia 1.6. 5 years ago
Fredrik Ekre 2ba316ac90 Make output directory default to pwd. 6 years ago
Fredrik Ekre 7e89fdbffd
Implement support for executing markdown pages, fixes #9. (#100) 6 years ago
Fredrik Ekre 14afee9ff3 Some more tests for exotic mime types. 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
Kristoffer Carlsson 72a94ac8ac respect semicolon output supression when exporting to Documenter (#82) 6 years ago
Fredrik Ekre ccce600209 Add support for links when running in GitHub Actions. 6 years ago
Fredrik Ekre d141df42f3
Fix invalid string that should have been s_str. (#76) 6 years ago
David Widmann 84c11dd041 Use $$...$$ instead of equation environment (#72) 6 years ago
Fredrik Ekre 3879bc3406 Fix tests when running on Travis CI. 6 years ago
Fredrik Ekre 7af5414616 Fix expansion of link macros when docs are built 6 years ago
Matt Bauman 0872a96a88 RFC: Add support for Jupyter cell metadata via %% syntax (#43) 6 years ago
Fredrik Ekre 1d0286818f Implement negation of filter tokens, fixes #59. 6 years ago
Fredrik Ekre 36e8c21047 Require #+ for continuing a code block, fixes #41. 6 years ago
Ben J. Ward d272f0eafb Change the folder from "latest" to "dev" (#56) 7 years ago
Takafumi Arakaki 87eb47da3f Bugfix for IJulia.display_dict (#54) 7 years ago
Fredrik Ekre 05d0b42dbf Define include in the sandbox module, fix #31. 7 years ago
Fredrik Ekre 4da2e86d07 Verify that inputfile exist before working with it, fix #24. 7 years ago
Fredrik Ekre 11175059bd
Upgrade to Julia v0.7 (#14) 8 years ago
Fredrik Ekre 58f4cfb6d6
add back filtering of empty MDChunks, accidentally removed in #6, fix #11 (#12) 8 years ago
Fredrik Ekre 2e7baab217 allow leading whitespace before # 8 years ago
Fredrik Ekre 47ca20d63c
change #' to # and require ## for regular julia comments, fix #3 (#4) 8 years ago
Fredrik Ekre ec6a9d31df implement #src tag instead of trailing #jl 8 years ago
Fredrik Ekre 0d424b6081 better error message when executing code fails 8 years ago
Fredrik Ekre 7cea759377 add a little note at the bottom of the page 8 years ago
Fredrik Ekre fab80c77bf add keep_comments to Literate.script to keep markdown as comments in script output 8 years ago
Fredrik Ekre 1eada3354b fix test on 0.7 8 years ago
Fredrik Ekre 039f084919 test execute = true 8 years ago
Fredrik Ekre 0d3fbfdefc merge MDChunks into the surrounding CodeChunks if we dont allow continued blocks 8 years ago
Fredrik Ekre 880cf32485 test at-__NAME__ replacement 8 years ago
Fredrik Ekre f464e53fab s/Examples/Literate 8 years ago
Fredrik Ekre 8e6b12b9d9 replace \ with / in writer instead of tests 8 years ago
Fredrik Ekre f0d4ccc5eb test notebook writer 8 years ago
Fredrik Ekre b4aba22410 add at-ref and at-id to test content 8 years ago
Fredrik Ekre 0525bf0d04 more realistic runnable test-code 8 years ago