Flexmark-java is a Java CommonMark (spec 0.28) parser using the blocks first,
inlines after Markdown parsing architecture.
Its strengths are speed, flexibility, Markdown source element based AST with
details of the source position down to individual characters of lexemes that
make up the element and extensibility.
The API allows granular control of the parsing process and is optimized for
parsing with a large number of installed extensions. The parser and
extensions come with plenty of options for parser behavior and HTML rendering
variations. The end goal is to have the parser and renderer be able to mimic
other parsers with great degree of accuracy. This is now partially complete
with the implementation of Markdown Processor Emulation.
This package contains utility classes.
Provides
Requires
License
BSD-2-Clause
Changelog
* Fri Jul 17 2026 Kaleb S. KEITHLEY <kkeithle@redhat.com> - 0.64.6-18
- epel10, with tests disabled
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.64.6-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sun Jul 05 2026 Jerry James <loganjerry@gmail.com> - 0.64.6-16
- Drop unused log4j dependencies
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.64.6-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Mon Jan 12 2026 Jerry James <loganjerry@gmail.com> - 0.64.6-14
- Reflow the description text
* Tue Jul 29 2025 Jiri Vanek <jvanek@redhat.com> - 0.64.6-13
- Rebuilt for java-25-openjdk as preffered jdk
* Mon Jul 28 2025 Jerry James <loganjerry@gmail.com> - 0.64.6-12
-