public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flexmark-java] epel10: Added the README
@ 2026-07-17 19:13 releng bot
  0 siblings, 0 replies; only message in thread
From: releng bot @ 2026-07-17 19:13 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/flexmark-java
Branch : epel10
Commit : f9d00412ba794c3261b9d45f1da7a285e9ad0e41
Author : releng bot <admin+relengbot@fedoraproject.org>
Date   : 2023-08-30T15:24:53+00:00
Stats  : +17/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/flexmark-java/c/f9d00412ba794c3261b9d45f1da7a285e9ad0e41?branch=epel10

Log:
Added the README

---
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..44c0b65
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# flexmark-java
+
+[Flexmark-java](https://github.com/vsch/flexmark-java) is a Java
+[CommonMark](https://spec.commonmark.org/) (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](https://github.com/vsch/flexmark-java#markdown-processor-emulation).
\ No newline at end of file

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-17 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 19:13 [rpms/flexmark-java] epel10: Added the README releng bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox