You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Literate.jl changelog
Version v2.8
Execution of notebooks now capture output of display(x)
and display(mime, x) (ceff7a3).
Version v2.7
Multiline-style Julia comments (#= ... =#) can now be
used for markdown input (dc409d0).
Version v2.6
Version v2.5
The output directory now defaults to pwd() (2ba316a).
Version v2.4
Markdown output can now be executed and the result included
in the output by pasing execute=true to Literate.markdown. Currently captures the
following MIMEs: text/plain, image/png, and image/jpeg (7e89fdb).
Version v2.3
Filter tokens #md, #nb, and #jl, as well as their negated
counterparts, can now be placed at the end of lines (b0806ed).
Version v2.2
-
Configuration can now be passed as a config::Dict
keyword argument to the generators (0f9e836).
-
Link macros now works when running on GitLab CI
(4e71b15).
-
Literate now supports more configuration for
e.g. URL's that @__REPO_ROOT_URL__ and friends expand to (4e71b15).
Version v2.1
Link macros now works when running on GitHub Actions
(cf2b552).
Version v2.0
-
The link macros @__REPO_ROOT_URL__, @__NBVIEWER_ROOT_URL__
and @__BINDER_ROOT_URL__ no longer include a trailing / (7af5414).
-
The (undocumented) feature of Documenter continued blocks now
requires an explicit #+ chunk splitter (36e8c21).
-
Negated filter tokens (#!nb, #!md and #!jl) are now
supported (1d02868).
-
Notebook output now support cell metadata with the %%-format
(0872a96).
-
The link macros @__REPO_ROOT_URL__, @__NBVIEWER_ROOT_URL__
now expands to correct paths when documentation is built with DocumentationGenerator.jl
(7af5414).
Version v1.1
New link macro @__BINDER_ROOT_URL__ for linking to notebooks
mybinder.org (fa64dcd).
Version v1.0