Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 912 Bytes

File metadata and controls

60 lines (45 loc) · 912 Bytes

AsciiDoc is Writing Zen

Zen in the art of writing plain text with AsciiDoc.

Tip
Use Asciidoctor for the best AsciiDoc experience.[1] Then [twitter] about it!

Sample Section

Unordered list

  • item 1

  • item 2

Ordered list

  1. item 1

  2. item 2

Table

Ruby platforms
Name Language

MRI

C

JRuby

Java

Opal

JavaScript

Rubinius

Ruby

Code blocks

puts "Hello, World!"
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}

1. Not to mention the best looking output!