版本发布 8
## Added - Added support for `equation` and `equation*` environments. ## What's Changed * Update CI by @carloskiki in https://github.com/carloskiki/pulldown-latex/pull/21 * Support equation environment - Bump to 0.7.1 by @carloskiki in https://github.com/carloskiki/pulldown-latex/pull/23 **Full Changelog**: https://github.com/carloskiki/pulldown-latex/compare/v0.7.0...v0.7.1
## Fixed - Fix comments parsing inside of environments and groups. - `\hline` and `\hdashline` before any content in a math environment. ## Changed - __Breaking Change__: `Event::Alignment` and `Event::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 https://github.com/carloskiki/pulldown-latex/pull/20 * `\hline` and `\hdashline` available before any content in math environments by @carloskiki in https://github.com/carloskiki/pulldown-latex/pull/17 **Full Changelog**: https://github.com/carloskiki/pulldown-latex/compare/v0.6.3...v0.7.0
## What's Changed * Update libtest-mimic requirement from 0.7 to 0.8 by @dependabot in https://github.com/carloskiki/pulldown-latex/pull/20 * `\hline` and `\hdashline` available before any content in math environments by @carloskiki in https://github.com/carloskiki/pulldown-latex/pull/17 **Full Changelog**: https://github.com/carloskiki/pulldown-latex/compare/v0.6.3...v0.7.0
**Full Changelog**: https://github.com/carloskiki/pulldown-latex/compare/v0.6.3...v0.7.0
## Added - The `Token` and `MacroSuffixNotFound` error variants. ## Fixed - Fix comments parsing. ## Removed - Removed the `ErrorKind::EndOfInput` variant in favor of more descriptive ones. **Full Changelog**: https://github.com/carloskiki/pulldown-latex/compare/v0.6.2...v0.6.3
**Full Changelog**: https://github.com/carloskiki/pulldown-latex/compare/v0.6.1...v0.6.2
**Full Changelog**: https://github.com/carloskiki/pulldown-latex/compare/v0.6.2...v0.6.3
## Fix - Fix the `mathml` output when `annotation` is set. - Fix the error display having asymmetric lines. ## What's Changed * errors fix by @carloskiki in https://github.com/carloskiki/pulldown-latex/pull/15 **Full Changelog**: https://github.com/carloskiki/pulldown-latex/compare/v0.6.0...v0.6.1