v0.7.0
Fixed
- Fix comments parsing inside of environments and groups.
\hline
and\hdashline
before any content in a math environment.
Changed
- Breaking Change:
Event::Alignment
andEvent::NewLine
were moved to
Event::EnvironmentFlow(EnvironmentFlow::Alignment)
and
Event::EnvironmentFlow(EnvironmentFlow::NewLine)
respectively.
Added
- Added the
Event::EnvironmentFlow(EnvironmentFlow::StartLines)
variant, for when the first thing in the environment
is a\hline
/\hdashline
.
What's Changed
- Update libtest-mimic requirement from 0.7 to 0.8 by @dependabot in #20
\hline
and\hdashline
available before any content in math environments by @carloskiki in #17
Full Changelog: v0.6.3...v0.7.0