Skip to content

asciidoctor.org

💎 A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.

Package Information

  • Domain: asciidoctor.org
  • Name: asciidoctor.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install asciidoctor

Programs

This package provides the following executable programs:

  • asciidoctor

Aliases

This package can also be accessed using these aliases:

  • asciidoctor

Available Versions

Show all 6 versions
  • 2.0.23, 2.0.22, 2.0.21, 2.0.20, 2.0.19
  • 2.0.18

Latest Version: 2.0.23

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +asciidoctor.org@2.0.23 -- $SHELL -i

Dependencies

This package depends on:

  • ruby-lang.org^3.1
  • rubygems.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.asciidoctororg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.