Bijesse / docs-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs-example

with backticks
  hello
  • Let's talk about syntax highlighting
ex YAML file

The Python code below generates an error

def generate_error():
  """Generates an error."""
  # This will generate a type error.
  a = 1 + "hello"

if __name__ == "__main__":
  generate_error()

Markdown Task List

  • step 1
  • step 2
  • step 3

Table

table Column 2
stuff other stuff

Emoji

😂

About