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.
2.6 KiB
2.6 KiB
Literate.jl changelog
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,#!mdand#!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
- First stable release of Literate.jl, see https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement.