Skip to content

Instantly share code, notes, and snippets.

@vanyakosmos
Last active November 25, 2019 23:36
Show Gist options
  • Save vanyakosmos/949934ba3da855e7ae61d85804721e6c to your computer and use it in GitHub Desktop.
Save vanyakosmos/949934ba3da855e7ae61d85804721e6c to your computer and use it in GitHub Desktop.

header 1

header 2

header 3

header 4

header 5

text


python code:

def foo(a, b: str):
    print(1 + 1, "foo bar")

js code:

function foo(a, b) {
    console.log(1 + 1, "foo bar")
}

no higlight:

function foo(a, b) {
    console.log(1 + 1, "foo bar")
}
function foo(a, b) {
    console.log(1 + 1, "foo bar")
}

![image][https://via.placeholder.com/300]

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