Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.01 KB

list-sample.adoc

File metadata and controls

63 lines (47 loc) · 1.01 KB

Test the List Macro

Code 1. Gemfile.lock
GEM
  remote: https://rubygems.org/
  specs:
    asciidoctor (2.0.15)

PLATFORMS
  ruby

DEPENDENCIES
  asciidoctor (~> 2.0.15)
Linux Logo
Figure 1. The wonderful linux logo
Code 2. Some Ruby code
require 'sinatra'

get '/hi' do
  "Hello World!"
end
Table 1. This is my first table
Column 1, Header Row Column 2, Header Row

Cell in column 1, row 1

Cell in column 2, row 1

Cell in column 1, row 2

Cell in column 2, row 2

Table 2. And this is the second one
Column 1, Header Row Column 2, Header Row

Cell in column 1, row 1

Cell in column 2, row 1

Cell in column 1, row 2

Cell in column 2, row 2

SVG
Figure 2. Another wikipedia SVG image

List of figures

list-of::image[]

List of tables

list-of::table[]

List of code snippets

list-of::listing[]