Skip to content

Instantly share code, notes, and snippets.

@matchavez
Created June 24, 2025 11:01
Show Gist options
  • Save matchavez/36989fc7f962b54fb40e0a5b45c0762d to your computer and use it in GitHub Desktop.
Save matchavez/36989fc7f962b54fb40e0a5b45c0762d to your computer and use it in GitHub Desktop.
zmicro

Microreference H1 Title

H2 Subtitle

H3 A set of steps, or a category

H4 Step or Action, or subcategory

H5 Preface or Context
H6 Sub-step or Sub-action

Bold Keywords or Sections within a Subtitle

Italics Conditionals

BLOCKQUOTE: Callouts. All caps title, don't use "NOTE"

PlainText All other information

Code/CLI - use code fence with language tag

object HelloWorld {
    def main(args: Array[String]): Unit = {
        println("Hello, world!")
    }
}

Commands get $ , Prompts get >

Left Centre Right
bold code em

Note

Syntax > [!NOTE]

Tip

Syntax > [!TIP]

Important

Syntax > [!IMPORTANT]

Warning

Syntax > [!WARNING]

Caution

Syntax > [!CAUTION]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment