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

Last updated: June 03,2024

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

This guide let you learn how to install flexmark-java-ext-wikilink.noarch on Fedora 39

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

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

This guide let you learn how to uninstall flexmark-java-ext-wikilink.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:12:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : flexmark-java-ext-wikilink
Version : 0.64.6
Release : 1.fc39
Architecture : noarch
Size : 34 k
Source : flexmark-java-0.64.6-1.fc39.src.rpm
Repository : fedora
Summary : Flexmark extension for wiki links
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 that converts references that are
: wrapped in `[[]]` into wiki links with optional text separated by `|`.
: Optional syntax to convert `![[]]` to image links is available.