diff options
| -rw-r--r-- | docs/modules/ROOT/pages/index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 5c397c18..827475cf 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -7,7 +7,7 @@ If you're looking for the documentation for the AsciiDoc language, see the xref: == What is Asciidoctor? -Asciidoctor is a fast, open source, Ruby-based text processor for parsing AsciiDoc into a document model and converting to output formats such as [.nowrap]#HTML 5#, [.nowrap]#DocBook 5#, manual pages, PDF, and [.nowrap]#EPUB 3#. +Asciidoctor is a fast, open source, Ruby-based text processor for parsing AsciiDoc into a document model and converting it to output formats such as [.nowrap]#HTML 5#, [.nowrap]#DocBook 5#, manual pages, PDF, and [.nowrap]#EPUB 3#. This Ruby library is often referred to as Asciidoctor core. That's because Asciidoctor is also the name of the family of projects that contribute extensions and tools for processing AsciiDoc. When we say Asciidoctor in this section of the documentation, we're specifically referring to Asciidoctor core. @@ -16,7 +16,7 @@ To simplify installation, Asciidoctor is packaged and distributed to RubyGems.or The asciidoctor gem can be installed on all major operating systems using Ruby packaging tools (gem or bundle). Asciidoctor is also distributed as a package for numerous Linux distributions as well as macOS. -Asciidoctor is open source software that is available under the terms of the MIT license and {url-org}[hosted on GitHub^]. +Asciidoctor is open source software available under the terms of the MIT license and {url-org}[hosted on GitHub^]. Asciidoctor is the successor to AsciiDoc.py (aka AsciiDoc Python). If you're using AsciiDoc.py, follow xref:migrate:asciidoc-py.adoc[] to learn how to upgrade to Asciidoctor. |
