Skip to content

Instantly share code, notes, and snippets.

@matchavez
Last active September 20, 2024 09:23
Show Gist options
  • Save matchavez/ba2c33e2096344e8ca648bc818362124 to your computer and use it in GitHub Desktop.
Save matchavez/ba2c33e2096344e8ca648bc818362124 to your computer and use it in GitHub Desktop.
Microref

Microreference H1 Title

H2 Subtitle (An H2 section should end with ---)

H3 A set of steps, or a category of sequential steps

H4 Step or Action

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment