Andrew Smith
99cb7d5ad8
Fixed Local Default
...
The default path created for the meta block at the top of the literate markdown files did not compile without error when using Documenter. Instead of having an `<unknown>` tag placed, the modification returns pwd() which is consistent with the source when running locally and allows for offline document compilation.
5 years ago
Morten Piibeleht
08df88d5ed
Print out executed code blocks when in debug mode ( #137 )
5 years ago
Hendrik Ranocha
7ec06215e2
doc: link to the repo from the docs ( #141 )
5 years ago
Fredrik Ekre
d2a323dc93
Set version to 2.8.1.
5 years ago
Morten Piibeleht
de9a8a2efd
Use IOCapture instead of withoutput ( #124 )
...
fixes #138 , fixes #140 , closes #135
5 years ago
Omar Elrefaei
f482138091
[doc]: fix a typo in example.jl ( #133 )
5 years ago
Fredrik Ekre
c1be3d22f0
Set version to 2.8.0.
5 years ago
Fredrik Ekre
8eb482db37
Add changelog for 2.8.0.
5 years ago
Fredrik Ekre
aa16094aa4
Update doc building dependencies.
5 years ago
Fredrik Ekre
6db13a8d48
Switch CI to GH actions.
5 years ago
Fredrik Ekre
ceff7a36be
Capture output from display(x) and display(mime, x)
...
This implement a simple LiterateDisplay and pushes that
to the display stack when executing code to capture manual
calls to display(x) and display(mime, x), fixes #128 .
5 years ago
Fredrik Ekre
5db8c22fcf
Set version to 2.7.0, changelog and doc-deps update.
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
4b603852f7
Set version to 2.6.0.
5 years ago
Fredrik Ekre
105d013324
Update doc building dependencies.
5 years ago
Fredrik Ekre
2fcea01383
Update CHANGELOG.md for 2.6.0.
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
cb3709e885
Set version to 2.5.1.
5 years ago
Fredrik Ekre
1de12848d0
Update doc building dependencies.
5 years ago
Fredrik Ekre
2638a8231f
Fix matrix printing test on Julia 1.6.
5 years ago
Fredrik Ekre
6cb21e1125
CI: Update from Julia 1.4 to 1.5.
5 years ago
Takafumi Arakaki
ca2aba21f6
Fix a missing at-ref link in the documentation ( #118 )
5 years ago
Rafael Fourquet
c1dce7ff56
fix a doc typo in documenter.md ( #113 )
6 years ago
Rafael Fourquet
fa267eea96
fix a doc typo in tips.md ( #114 )
6 years ago
Fredrik Ekre
944cd4a984
Test on 1.5
6 years ago
Fredrik Ekre
167b881590
Set version to 2.5, update CHANGELOG, compat with JSON@1.
6 years ago
Fredrik Ekre
2ba316ac90
Make output directory default to pwd.
6 years ago
Fredrik Ekre
04e7865d1a
Set version to 2.4.0.
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
Kevin Bonham
22fcdc2048
Add RISE examples to output formats and example.jl. ( #99 )
6 years ago
Fredrik Ekre
0adeaeb609
Update doc building dependencies.
6 years ago
Fredrik Ekre
88fd77e86d
Add favicon to docs build.
6 years ago
Okon Samuel
c0117e83ca
fixed minor typo in documentation ( #98 )
6 years ago
Okon Samuel
a790d6f30f
fixed minor typo ( #97 )
6 years ago
Fredrik Ekre
14afee9ff3
Some more tests for exotic mime types.
6 years ago
Fredrik Ekre
2b72adf9e8
Set version to 2.3.1.
6 years ago
Jonas Schulze
6931ed43a3
Fix notebook validation warning
...
Previously, Jupyter complained about an unexpected property for markdown
cells. So it is added for code cells only now.
6 years ago
Fredrik Ekre
d8e983f7c3
Update doc-building dependencies.
6 years ago
Fredrik Ekre
57862cf534
Run CI on Julia 1.4.
6 years ago
Fredrik Ekre
781ab24632
Add a note about how to limit display output in notebooks, fixes #61 .
6 years ago
Fredrik Ekre
4c1221f508
Use a better placeholder example for preprocessing, fixes #89 .
6 years ago
Fredrik Ekre
b7dc6d7436
Set version to 2.3.0.
6 years ago
Fredrik Ekre
ccfe254d60
Upgrade doc-build dependencies.
6 years ago