How to Install and Uninstall flexmark-java-ext-typographic.noarch Package on Fedora 39

Last updated: October 14,2024

1. Install "flexmark-java-ext-typographic.noarch" package

In this section, we are going to explain the necessary steps to install flexmark-java-ext-typographic.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install flexmark-java-ext-typographic.noarch

2. Uninstall "flexmark-java-ext-typographic.noarch" package

Please follow the instructions below to uninstall flexmark-java-ext-typographic.noarch on Fedora 39:

$ sudo dnf remove flexmark-java-ext-typographic.noarch $ sudo dnf autoremove

3. Information about the flexmark-java-ext-typographic.noarch package on Fedora 39

Last metadata expiration check: 1:35:57 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : flexmark-java-ext-typographic
Version : 0.64.6
Release : 1.fc39
Architecture : noarch
Size : 26 k
Source : flexmark-java-0.64.6-1.fc39.src.rpm
Repository : fedora
Summary : Flexmark extension for typographic processing
URL : https://github.com/vsch/flexmark-java
License : BSD-2-Clause
Description : 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 an extension for typographic processing. It
: converts:
: - apostrophe (`'`) to `’`
: - ellipsis (`...` or `. . .`) to `…`
: - en dash (`--`) to `–`
: - em dash (`---`) to `—`
: - single quoted `'text'` to `‘text’`
: - double quoted `"text"` to `“text”`
: - double angle quoted `<>` to `«text»`