public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: releng bot <admin+relengbot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/flexmark-java] epel10: Added the README
Date: Fri, 17 Jul 2026 19:13:05 GMT	[thread overview]
Message-ID: <178431558564.1.13913130445449050533.rpms-flexmark-java-f9d00412ba79@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-17 19:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178431558564.1.13913130445449050533.rpms-flexmark-java-f9d00412ba79@fedoraproject.org \
    --to=admin+relengbot@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox