Weave.jl v0.8.0
This release comes with several improvements and few breaking changes.
Breaking changes (=documents will have different output, API hasn't changed):
- Remove
\begin{align}
from math blocks, you need to add it manually from now on. - display behavior changed to be closer to Jupyter, objects assigned at last line of chunks will now be displayed automatically
New features:
- Support markdown comments in markdown with
<!-- -->
syntax - Add
skip
chunk option #183 (only supports notebook output for now. - Support for
$$
math delimiters of newlines i.e this will now work:
$$
x^2 = x*x
$$
Bug fixes:
- Support bold symbols (
\bf*
) in Latex - Strip ANSI color formatters from text output
- Tweaks to HTML template to improve output consistency and remove extra space