Skip to content

Latest commit

 

History

History
143 lines (91 loc) · 1.99 KB

File metadata and controls

143 lines (91 loc) · 1.99 KB
theme ./

Slides

This repository is a unified design adapted to the style used in the project.


Headers

H1

H2

H3

H4

H5
H6

Emphasis

This is bold text

This is italic text

This is strikethrough text


Lists

  1. Make my changes
    1. Fix bug
    2. Improve formatting
      • Make the headings bigger
  2. Push my commits to GitHub
  3. Open a pull request
    • Describe my changes
    • Mention all the members of my team
      • Ask for feedback
  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit

Task Lists

  • This is a complete item
  • This is an incomplete item
  • This is a complete item

Links

GitHub


Images


Footnotes

Here's a simple footnote,1 and here's a longer one.2


Code

def hello():
    print("Hello, world!")
function hello() {
	console.log('Hello, world!');
}

Tables

Syntax Description
Header Title
Paragraph Text

Blockquotes

This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.

This is a nested blockquote.

This is a nested blockquote.


Inline HTML

Definition list
Is something people use sometimes.
Markdown in HTML
Does *not* work **very** well. Use HTML tags.

Horizontal Rule

---

Footnotes

  1. This is the first footnote.

  2. Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    { my code }