Skip to content
Menu
Portfolio
  • Personal Projects
  • Assignments
  • Algorithms
  • Notes
  • Home
Portfolio

Markdown Guide

Posted on July 8, 2022April 11, 2025

This guide is powered by Markdown. For the full documentation, click here

CodeOrLinux/WindowsMac OS… to Get
*Italic*_Italic_Ctrl+ICommand+IItalic
**Bold**__Bold__Ctrl+BCommand+BBold
++Underscores++—Shift+UOption+UUnderscores
~~Strikethrough~~—Shift+SOption+SStrikethrough
# Heading 1Heading 1
=========
Ctrl+Alt+1Command+Option+1

Heading 1

## Heading 2Heading 2
———–
Ctrl+Alt+2Command+Option+2

Heading 2

[Link](http://a.com)[Link][1]
⁝
[1]: http://b.org
Ctrl+LCommand+LLink
![Image](http://url/a.png)![Image][1]
⁝
[1]: http://url/b.jpg
Ctrl+Shift+ICommand+Option+IMarkdown
> Blockquote—Ctrl+QCommand+Q
Blockquote
A paragraph.
A paragraph after 1 blank line.
———

A paragraph.

A paragraph after 1 blank line.

* List
* List
* List

– List
– List
– List

Ctrl+UCommand+U
  • List
  • List
  • List

1. One
2. Two
3. Three

1) One
2) Two
3) Three

Ctrl+Shift+OCommand+Option+O
  1. One
  2. Two
  3. Three
Horizontal Rule

———–
Horizontal Rule

***********
Ctrl+HCommand+HHorizontal Rule
`Inline code` with backticks—Ctrl+Alt+CCommand+Option+CInline code with backticks
“`
def whatever(foo):
    return foo
“`
with tab / 4 spaces
….def whatever(foo):
….    return foo
Ctrl+Alt+PCommand+Option+P
def whatever(foo):
return foo
$ a^2 + b^2 $–––Formula in place
$$ a^2 + b^2 $$–––Formula in center

CATEGORIES

  • Personal Projects
  • Notes
  • Algorithms

  • University of Maryland
  • CMSC426 - Computer Vision
  • CMSC320 - Introduction to Data Science
  • CMSC330 - Organization of Programming Languages
  • CMSC216 - Introduction to Computer Systems
©2025 Portfolio | WordPress Theme by Superbthemes.com