2024-01-15 12:18:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 13 04:16:57 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to v0.21.0
|
|
|
|
|
* Added
|
|
|
|
|
+ GitHub strikethrough: With the previous version we adjusted
|
|
|
|
|
the extension to also accept the single tilde syntax. But if
|
|
|
|
|
you use another extension that uses the single tilde syntax,
|
|
|
|
|
you will get a conflict. To avoid that,
|
|
|
|
|
StrikethroughExtension can now be configured to require two
|
|
|
|
|
tildes like before, see Javadoc. (#271)
|
|
|
|
|
- Update to v0.20.0
|
|
|
|
|
* Fixed
|
|
|
|
|
+ GitHub tables: A single pipe (optional whitespace) now ends a
|
|
|
|
|
table instead of crashing or being treated as an empty row,
|
|
|
|
|
for consistency with GitHub (#255).
|
|
|
|
|
+ GitHub strikethrough: A single tilde now also works, and more
|
|
|
|
|
than two tildes are not accepted anymore. This brings us in
|
|
|
|
|
line with what GitHub actually does, which is a bit
|
|
|
|
|
underspecified (#267)
|
|
|
|
|
+ The autolink extension now handles source spans correctly
|
|
|
|
|
(#209)
|
|
|
|
|
- Update to v0.19.0
|
|
|
|
|
* Added
|
|
|
|
|
+ YAML front matter extension: Limited support for single and
|
|
|
|
|
double quoted string values (#260)
|
|
|
|
|
* Changed
|
|
|
|
|
+ Check argument of enabledBlockTypes when building parser
|
|
|
|
|
instead of NPEing later
|
|
|
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
|
|
2023-10-26 03:06:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 26 03:06:11 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Build with source and target levels 8
|
|
|
|
|
|
2022-05-09 11:09:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 23 09:10:07 UTC 2021 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial packaging with v0.18.0
|