0% found this document useful (0 votes)
896 views

ThemeSpectre Markdown CheatSheet

This document provides a cheat sheet on how to write Markdown, including examples of inline code, code blocks, headers, lists, block quotes, emphasis, links, images, horizontal rules, escapable characters, and ordered lists. It demonstrates the syntax for formatting text using Markdown.

Uploaded by

Jose Rojas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
896 views

ThemeSpectre Markdown CheatSheet

This document provides a cheat sheet on how to write Markdown, including examples of inline code, code blocks, headers, lists, block quotes, emphasis, links, images, horizontal rules, escapable characters, and ordered lists. It demonstrates the syntax for formatting text using Markdown.

Uploaded by

Jose Rojas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

INLINE CODE

CODE BLOCK
HEADERS
# Header 1
## Header 2
### Header 3
* * *
***
- - -
---
LISTS
Undordered
* List Item 1
* List Item 2
* List Item A
BLOCK QUOTES
> Lorem ipsum
dolor sit amet
> Lorem ipsum
>
>> Lorem ipsum
EMPHASIS
*Emphasis*
_Emphasis_
*Super*emphasis
**Super**strong
**Strong**
__Strong__
LINKS
[Google](htp://www.google.com/)
[Google](htp://www.google.com/ Google)
IMAGES
![Alt text](/path/to/image.jpg)
![Alt text](/path/to/image.jpg Title)
[img1]: /path/to/img.jpg "Title" ![Alt text][img1]
HORIZONTAL RULES
ESCAPABLE CHARACTERS
\ Backslash
` Backtck
* Asterisk
_ Underscore
{ } Curly braces
[ ] Brackets
( ) Parenthesis
# Pound
+ Plus
- Hyphen
. Period
! Exclamaton
Use `<div>` tags
``echo `uname -a```
Normal text
#include <stdio.h>
themespectre.com

Ordered
1. List Item 1
1. List Item A
MARKDOWN CHEATSHEET
]J
H

{ }

You might also like