Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 710 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 710 Bytes

H1 - Main Title

H2 - Subtitle

H3 - Sub-subtitle

H4 - Smallest title usually needed

Italic text or Italic text

Bold text or Bold text

Bold and italic text or Bold and italic text

Unorderedlist

  • Item 1
  • Item 2
    • Sub-item 1
    • Sub-item 2
    • Sub-item 3

##Ordered List

  1. Item 1
  2. Item 2
    1. Sub-item 1
    2. Sub-item 2

OpenAI

Relative link to a file

Alt text

Relative image

Here is some inline code.

##Block of code

def hello_world():
    print("Hello, world!")

Blockquote

This is a blockquote.

This is a blockquote..