This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "AsciiDoc" – news · newspapers · books · scholar · JSTOR (March 2014) (Learn how and when to remove this message) |
Filename extensions | .adoc, .asciidoc, .txt |
---|---|
Internet media type | text/asciidoc, text/plain |
Initial release | 2002; 22 years ago (2002) |
Open format? | yes |
Website | asciidoc |
Original author(s) | Stuart Rackham |
---|---|
Developer(s) | Matthew Peveler, Dan Allen, Michel Krämer, et al. |
Initial release | November 25, 2002; 22 years ago (2002-11-25) |
Stable release | 10.2.1 / 17 July 2024 |
Repository | github |
Written in | Python |
Operating system | Cross-platform |
Type | Documentation generator |
License | GPL v2 |
Website | asciidoc-py |
Original author(s) | Ryan Waldron |
---|---|
Developer(s) | Dan Allen, Sarah White, et al. |
Initial release | January 30, 2013; 11 years ago (2013-01-30) |
Stable release | 2.0.23 / 17 May 2024 |
Repository | github |
Written in | Ruby |
Operating system | Cross-platform |
Type | Documentation generator |
License | MIT |
Website | asciidoctor |
AsciiDoc is a human-readable document format, semantically equivalent to DocBook XML, but using plain-text mark-up conventions. AsciiDoc documents can be created using any text editor and read “as-is”, or rendered to HTML or any other format supported by a DocBook tool-chain, i.e. PDF, TeX, Unix manpages, e-books, slide presentations, etc. Common file extensions for AsciiDoc files are txt
(as encouraged by AsciiDoc's creator) and adoc
.
History
AsciiDoc was created in 2002 by Stuart Rackham, who published tools (‘asciidoc’ and ‘a2x’), written in the Python programming language to convert plain-text, ‘human readable’ files to commonly used published document formats.
Asciidoctor
A Ruby implementation called ‘Asciidoctor’, released in 2013, is in use by GitHub and GitLab. This implementation is also available in the Java ecosystem using JRuby and in the JavaScript ecosystem using Opal.js.
Some of O'Reilly Media's books and e-books are authored using AsciiDoc mark-up.
Most of the Git project documentation is written in AsciiDoc.
The AsciiDoc format is currently under standardization procedure by the Eclipse Foundation.
Example
The following shows text using AsciiDoc mark-up, and a rendering similar to that produced by an AsciiDoc processor:
AsciiDoc source text |
---|
= My Article J. Smith https://wikipedia.org is an on-line encyclopedia, available in English and *many* other languages. == Software You can install 'package-name' using the `gem` command: gem install package-name == Hardware Metals commonly used include: * copper * tin * lead |
HTML-rendered result |
---|
My Article
J. Smith Misplaced Pages is an on-line encyclopedia, available in English and many other languages. SoftwareYou can install package-name using the gem command: gem install package-nameHardware Metals commonly used include:
|
Tools
- Antora – a multi-repository documentation site generator for tech writers using git.
- AsciiBinder – (deprecated) a documentation system built on Asciidoctor for people who have a lot of docs to maintain and republish on a regular basis.
- awestruct – a static site generator inspired by Jekyll.
- Asciidoc FX – AsciiDoc Book Editor based on JavaFX 8.
- AsciiDocLIVE – AsciiDocLIVE is a free online AsciiDoc editor.
- DAPS – DocBook Authoring and Publishing Suite (DAPS) is command-line software to publish DocBook & AsciiDoc as HTML, PDF, and EPUB.
See also
References
- "Release 10.2.1". 17 July 2024. Retrieved 21 July 2024.
- "Release 2.0.23". 17 May 2024. Retrieved 20 May 2024.
- ^ "AsciiDoc". Archived from the original on 2016-03-03. Retrieved 2013-10-18.
- "AsciiDoc Frequently Asked Questions". asciidoc.org. Retrieved 2020-03-20.
- "AsciiDoc Recommended Practices | Asciidoctor". asciidoctor.org. Retrieved 2020-03-20.
- "AsciiDoc, powered by Asciidoctor, returns to GitHub and its 5+ million repositories".
- "Asciidoc". GitLab User Docs. Archived from the original on 2019-07-22. Retrieved 6 Feb 2020.
- "AsciiDoc 101 (chapter 4 of Getting Started with Atlas)". Author Welcome Kit. O'Reilly Media. Archived from the original on 14 October 2017. Retrieved 19 May 2016.
- "Git wiki". Git SCM.
- "AsciiDoc Language". 27 July 2020.
- "AsciiDoc Working Group Charter".
External links
- Official website
- https://asciidoctor.org/
- Using AsciiDoc and Asciidoctor to write documentation - An AsciiDoc Tutorial
Document markup languages | |
---|---|
Office suite | |
Well-known | |
Lesser-known | |
List of document markup languages |