Add asciidoctor processor urls
This commit is contained in:
parent
e3aa0487e4
commit
a6f4e64860
2 changed files with 8 additions and 4 deletions
|
@ -2,3 +2,7 @@
|
|||
:asciidoc-lang: https://gitlab.eclipse.org/eclipse/asciidoc-lang/asciidoc-lang
|
||||
:asciidoc-wg: https://asciidoc-wg.eclipse.org/
|
||||
:eclipse-foundation: https://www.eclipse.org/
|
||||
:asciidoctor: https://asciidoctor.org/[Asciidoctor]
|
||||
:asciidoctor-ruby: https://docs.asciidoctor.org/asciidoctor/latest/[Asciidoctor (Ruby)]
|
||||
:asciidoctor-java: https://docs.asciidoctor.org/asciidoctorj/latest/[AsciidoctorJ (Java)]
|
||||
:asciidoctor-js: https://docs.asciidoctor.org/asciidoctor.js/latest/[Asciidoctor.js (Javascript)]
|
||||
|
|
|
@ -44,16 +44,16 @@ include::_asciidoc-urls.adoc[]
|
|||
|
||||
image::AsciiDoc-icon-color.png[88,88,role="related thumb right"]
|
||||
|
||||
The {asciidoc-home}[Asciidoc markup] has a well defined
|
||||
The {asciidoc-home}[Asciidoc markup,target="_blank"] has a well defined
|
||||
{asciidoc-lang}[specification] which is developd by a {asciidoc-wg}[working
|
||||
group] under the umbrella of the {eclipse-foundation}[Eclipse Foundation].
|
||||
|
||||
To convert the Asciidoc markup into several formats and targets the
|
||||
{asciidoctor} framework is used. There exist the processors:
|
||||
|
||||
* Ruby
|
||||
* Java
|
||||
* Javascript
|
||||
* {asciidoctor-ruby}
|
||||
* {asciidoctor-java}
|
||||
* {asciidoctor-js}
|
||||
|
||||
=== Markup toolset
|
||||
|
||||
|
|
Loading…
Reference in a new issue