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
...
with DocumentationGenerator.jl
6 years ago
Matt Bauman
0872a96a88
RFC: Add support for Jupyter cell metadata via %% syntax ( #43 )
...
Admittedly this is a little strange: it adds support for a special first-line
syntax that only applies to Jupyter notebook outputs. But this %% format is
somewhat standard across notebook-generating tools, and the ability to protect
it with a `#nb` leader makes it possible to specifically target this line to a
notebook output. We aim to use something like this for generation of notebooks
with support for nbgrader's metadata extensions, but it could also be used to
specify cell types for Jupyter notebook presentations \(with presentation
extensions\) or other such fun. Fixes #67 .
Co-authored-by: Matt Bauman <mbauman@gmail.com>
Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
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 )
...
This changes the folder variable to "dev" instead of "latest" when `travis_tag` is empty,
Documenter uses "dev" not instead of "latest", whilst latest is currently symlinked by
Documenter to provide some backward compatibility, it still breaks some things like using `__NBVIEWER_ROOT_URL__`
7 years ago
Takafumi Arakaki
87eb47da3f
Bugfix for IJulia.display_dict ( #54 )
...
* Call IJulia.display_dict with invokelatest
This is required for using printing methods defined in the notebook.
* Remove invokelatest from IJulia.limitstringmime
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
Fredrik Ekre
f68b0f8ffa
fix file separator for AV tests
8 years ago
Fredrik Ekre
89d66e4865
test for script writer
8 years ago
Fredrik Ekre
17f19aacc0
rstrip the line in the parser
8 years ago
Fredrik Ekre
d43afc26ab
test removal of trailing ws in markdown
8 years ago
Fredrik Ekre
40dea1d6c1
better test coverage for markdown writer
8 years ago
Fredrik Ekre
96e9843fac
test for markdown writer
8 years ago
Fredrik Ekre
2dcf8dca0a
parser tests
8 years ago
Fredrik Ekre
1125534416
some docs
8 years ago
Fredrik Ekre
82b043d713
Examples.jl generated files.
...
license: MIT
authors: Fredrik Ekre
years: 2018
user: fredrikekre
Julia Version 0.6.2 [d386e40*]
8 years ago