Skip to content

Latest commit

 

History

History
100 lines (70 loc) · 1.33 KB

github-asciidoc.adoc

File metadata and controls

100 lines (70 loc) · 1.33 KB

Github supported Asciidoc

1. Title 1

Include var are not supported by github:

{latest_version}

Quoting

A link

  • Virtualbox 5.1.x

  • Vagrant 1.8.x

c-s

File  Save

  • ❏ to do

  • ✓ done

Table 1. Table
symbol description

^.

view

.~

set

⚠️

[info circle] is not supported in Github (because font icons is not enabled for security reason)

ℹ️
Some info
💡
One tip

2. Title 2

title 21

In the host[1], pick a folder of your choice. In this folder:

  1. create a directory

  2. copy yo

  3. optionally copy the

title 22

source.hs
-- comment
main :: IO ()
main = do
  putStrLn "Hello"
  putStrLn "World" (1)
  1. what is it ?

title 23

Open a terminal in the picked folder and type:

app.rb
require 'sinatra'

get '/hi' do
  "Hello World!"
end

1. footnotes