Skip to content

Latest commit

 

History

History
105 lines (72 loc) · 2.02 KB

File metadata and controls

105 lines (72 loc) · 2.02 KB

Source Code

Table of Contents
Source Code
#!/usr/bin/env bash

set -o nounset

function hello() {
  printf "Hello World!!"
}

hello
Shorthand
$ echo "Hello World"
Hello World
$ asciidoctor --version
Asciidoctor 2.0.20 [https://asciidoctor.org]
Runtime Environment (ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux]) (lc:UTF-8 fs:UTF-8 in:UTF-8 ex:UTF-8)
Use Attributes
{hello} is Hello World
Set the subs attribute on a block to attributes.

Highlighter

Default Language