Nerd For Tech
Published in

Nerd For Tech

Markdown Guide

Photo by Sofya on Unsplash
Markdown process
  • Asterisk: *
  • Hyphen: -
  • Underscore: _
  • Round brackets: ()
  • Square brackets: []
  • Curly brackets: {}
  • Period: .
  • Exclamation mark: !
  • Pound (Hashtag): #
  • Backtick: `
  • Backslash: \
  • Tilde: ~
  • Pipes: |
__Bold text one__**Bold text two**
_Italic text one_*Italic text two*
___Italic and bold text one___***Italic and Bold text two***
~~This is a strikethrough text~~
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
>This is the first quote section.>The section continues here.>This is the second type of the quote section.This section also continues in the second line
+ Type one- Type two* Type three
1. One2. Two3. Three
[X] Option one[ ] Option two[ ] Option three
| Column 1 | Column 2 || ------ | ------ || Content-column 1 | Content-column 2 || Content-column 1 | Content-column 2 |
`This is a code`.
``This is a `code with backtick`.``
```shCode line oneCode line two```
This is a [Link](https://example.com/).
<https://example.com>
![Here is an example](https://icatcare.org/advice/thinking-of-getting-a-cat/)
[//]: # (This is a comment)

--

--

NFT is an Educational Media House. Our mission is to bring the invaluable knowledge and experiences of experts from all over the world to the novice. To know more about us, visit https://www.nerdfortech.org/.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store