AsciiDoc Syntax 1.0
Last modified by Admin on 2024/07/15 00:17
AsciiDoc Syntax 1.0 |
Type | JAR |
Category | Syntax |
Developed by | Cédric Champeau, Vincent Massol, Teodor Caras |
Active Installs | 2 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Compatibility | XWiki 13.4 |
Description
Implement parsing support for the AsciiDoctor Syntax.
Currently supported block elements:
- Paragraphs
- Sections and Headings
- Lists (except Definition Lists)
Supported inline block elements:
- Text formats
- Links (external and internal)
Missing (incomplete list):
- Definition lists
- Tables
- Images
- Literals and source code
- Admonitions
- TOC
- Videos
- Includes
- Macros
- Breaks
- Footnotes
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager).
You can also use the manual method which involves dropping the JAR file and all its dependencies into the WEB-INF/lib folder and restarting XWiki.
Release Notes
v0.9
Dependencies
Dependencies for this extension (org.xwiki.contrib.asciidoc:syntax-asciidoc10 0.9):
- org.xwiki.commons:xwiki-commons-component-api 13.4
- org.xwiki.rendering:xwiki-rendering-api 13.4
- org.xwiki.rendering:xwiki-rendering-syntax-html 13.4
- org.xwiki.rendering:xwiki-rendering-syntax-plain 13.4
- org.asciidoctor:asciidoctorj 2.5.2
- jakarta.annotation:jakarta.annotation-api 1.3.5