v2.1.0
PlutoStaticHTML v2.1.0
- Removes the
PACKAGE_VERSIONS
again which was added in PR 18 because it didn't play nice with Pluto.jl's built-in package management. - Switches the Documenter.jl build to use MathJax.
PACKAGE_VERSIONS
is now replaced by theappend_build_context
keyword argument. When setting theappend_build_context
totrue
, the output will get some build context appended.
The new append_build_context
doesn't work on Julia 1.7 yet. That will be fixed once I've switched to 1.7.
Closed issues:
- Static Markdown? (#19)
Merged pull requests:
- Add append_build_context (#20) (@rikhuijzer)