Tamas K. Papp
60c08dc23e
doc: mention MarkdownTables.jl in tips section. ( #207 )
3 years ago
Wonseok Shin
9adfd9a380
doc: fix a typo ( #203 )
3 years ago
James Foster
68ebb8c62f
[docs] Add CommonMarkFlavor to list. ( #174 )
4 years ago
Fredrik Ekre
eb3d236244
[docs]: fix some broken x-refs, fixes #170 .
4 years ago
Louis Kaplan
f42b32a93a
Some tips for admonitions
...
- example for compound filtering for markdown admonitions
- example for custom parsing admonitions into notebooks
fixes #64 , fixes #112 , closes #115
4 years ago
Carlo Lucibello
42f39411cd
Add support for multiline markdown strings as markdown blocks ( #152 )
...
This is opt-in for now, requires passing mdstrings=true.
Co-authored-by: CarloLucibello <carlo.lucibello@gmail.com>
Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
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 )
...
Adds `Literate.FranklinFlavor` that supports text/html output
when executing the markdown file.
fixes #146 , closes #147
4 years ago
Manuel
8b2d1799e6
change default code fence to use four backticks, fixes #144 ( #145 )
4 years ago
Vaverka
82e27580c9
[doc] fix some typos in documentation ( #154 )
4 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
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
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
e7fae2459e
Misc doc updates; links, css, changelog, compat notes etc.
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
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
781ab24632
Add a note about how to limit display output in notebooks, fixes #61 .
6 years ago
Fabian Greimel
b0806edb67
Allow all filter tokens at the end of lines ( #93 )
6 years ago
Fredrik Ekre
1e40e676f7
Better docs for URL macros.
6 years ago
Fredrik Ekre
0f9e836d68
Support configuration with a config::Dict kwarg. ( #83 )
6 years ago
David Widmann
84c11dd041
Use $$...$$ instead of equation environment ( #72 )
6 years ago
Fredrik Ekre
fb4059d28c
Add some more information about ## as Julia source code comments.
6 years ago
Fredrik Ekre
a8ab34fc2d
WIP support DG.
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
Fredrik Ekre
f63cc93891
Upgrade to Documenter 0.23, add custom.css.
6 years ago
Benoit Pasquier
7658a239a6
Update dead links in documentation ( #60 )
7 years ago
Fredrik Ekre
fa64dcd796
binder links ( #57 )
...
* Add at__BINDER_ROOT_URL__ macro to expand to a binder link, fixes #46 .
7 years ago
George Datseris
142c511a3e
add include pre-processing example ( #35 )
7 years ago
Fredrik Ekre
5bbdddce1a
final CI changes ( #19 )
...
* final CI changes
7 years ago
Fredrik Ekre
11175059bd
Upgrade to Julia v0.7 ( #14 )
8 years ago
Waldir Pimenta
5143749c47
minor grammatical number corrections ( #7 )
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
0105ffe273
use a better example, show real notebook ( #5 )
8 years ago
Fredrik Ekre
ec6a9d31df
implement #src tag instead of trailing #jl
8 years ago
Fredrik Ekre
85757d4344
clarify in the docs that execute=true cd to outputdir
8 years ago
Fredrik Ekre
dedf3afa64
much more docs
8 years ago
Fredrik Ekre
f464e53fab
s/Examples/Literate
8 years ago
Fredrik Ekre
60401022ad
move documenter math inside documenter kwarg
8 years ago
Fredrik Ekre
ac317e6cc4
more docs for interaction with Documenter
8 years ago
Fredrik Ekre
1125534416
some docs
8 years ago