Skip to content

Instantly share code, notes, and snippets.

@trogdoro
Last active October 12, 2019 17:42
Show Gist options
  • Save trogdoro/13669ae2804d160094680b63ea9fea0e to your computer and use it in GitHub Desktop.
Save trogdoro/13669ae2804d160094680b63ea9fea0e to your computer and use it in GitHub Desktop.

Results 4 spaces over

@xiki #tag

bla
print("hi")
something else
hi

Unrecognized ```foo

hello : you
hi : there

Show values while running code

Before:

// name: "steve"
name = name.toUpperCase()
//:

After:

// name: "steve"
name = name.toUpperCase()
//: "STEVE"

Code snippet output idea 4

function hi() {
  print("hello")
}
//
  // foo
    // foo
    // foo

Code snippet output idea 3

function hi() {
  print("hello")
}
//
  // foo
  //   foo
  //   foo

Code snippet output idea 2

function hi() {
  print("hello")
}
//
  - foo
    - foo
    - foo

Code snippet output idea 1

function hi() {
  print("hello")
}
- foo
  - foo
  - foo
# Whatever

# Commands and bullets

$ hi $ hi

  • bla
  • bla
  • hi $ foo

$ foo

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