cse110-lab1

Picture

image

Headings

First level heading

Second level heading

Third level heading

Styling Text

This is a bolded clause, which is then followed by an italicized element. Next, some struckthrough text and a bolded bit containing an italic word. This sentence is both bolded and italicized. Finally some sub/super scripts which can also be useful for math stuff: fn, fn+1, f2, f’’. Lastly an underlined sentence.

Quoting Text/Code

Here is one of my favorite quotes,

To confuse your enemies, first confuse yourself. -Sun Tzu

along with how you could print this line in c++:

#include <iostream>

int main() {
    std::cout << "To confuse your enemies, first confuse yourself. -Sun Tzu" << std::endl;
    return 0;
}

External Links

Here are the links to the NYT minigames that I play pretty much everyday: Wordle, Connections, Strands, Pips, and Spelling Bee.

Section Links

These section links can be clicked to quickly access the core Markdown constructs in this md file: Picture, Headings, Styling Text, Quoting, External Linking, Section Linking, Relative Linking, Ordered/Unordered Lists, and Task Lists.

Relative Links

Direct link to the cat picture

Ordered/Unordered Lists

Here is a list of fruits, unordered because I want to avoid comparing apples and oranges.

Next, an ordered list ranking days of the week.

  1. Saturday
  2. Friday
  3. Thursday
  4. Sunday
  5. Tuesday
  6. Wednesday
  7. Monday

Task Lists