w

wikitext.core

Mylyn WikiText provides an extensible framework and tools for parsing, editing and presenting lightweight markup. WikiText has parsers for AsciiDoc, CommonMark, Markdown, MediaWiki, Textile, Confluence, Creole, HTML, TracWiki and TWiki markup, and can be extended to support other languages. WikiText provides Ant tasks for converting lightweight markup to HTML, Eclipse Help, DocBook, DITA and XSL-FO. WikiText also provides an editor for editing such markup within Eclipse, and integrates with the Mylyn task editor causing it to be markup-aware. WikiText provides API for integrating wiki markup capabilities into Eclipse, RCP, stand-alone and server-side applications.
https://projects.eclipse.org/projects/mylyn.docs
Eclipse Public License Version 1.0
Eclipse Mylyn
Files download
File Operation
wikitext.core-3.0.18.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.mylyn.docs</groupId>
  <artifactId>wikitext.core</artifactId>
  <version>3.0.18</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.mylyn.docs:wikitext.core:3.0.18'
Gradle Kotlin
implementation("org.eclipse.mylyn.docs:wikitext.core:3.0.18")
Scala SBT
libraryDependencies += "org.eclipse.mylyn.docs" % "wikitext.core" % "3.0.18"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.mylyn.docs', module='wikitext.core', version='3.0.18')
)
Apache Ivy
<dependency org="org.eclipse.mylyn.docs" name="wikitext.core" rev="3.0.18" />
Leiningen
[org.eclipse.mylyn.docs/wikitext.core "3.0.18"]
Apache Buildr
'org.eclipse.mylyn.docs:wikitext.core:jar:3.0.18'
Dependencies
The project has no third-party dependencies