Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 17, 2020 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/7bcc7d871b9e2670d5c817c534af81ea to your computer and use it in GitHub Desktop.
Save velotiotech/7bcc7d871b9e2670d5c817c534af81ea to your computer and use it in GitHub Desktop.
# This is a level 1 heading
### This is a level 3 heading
This is how you write some plain text that would form a paragraph.
You can emphasize the text by enclosing the text like "**" or "__" to make it bold and enclosing the text in "*" or "_" to make it italic.
Paragraphs are separated by an empty line.
* We can include lists.
* And also indent them.
1. Getting Numbered lists is
2. Also easy.
[To include hyperlinks enclose the text with square braces and then add the link url in round braces](http://www.example.com)
Inline code uses single backticks: `foo()`, and code blocks use triple backticks:
```
foo()
```
Or can be indented by 4 spaces:
foo()
And finally, adding images is easy: ![Online Image](https://www.example.com/image.jpg) or ![Local Image](img/image.jpg) or ![Image Attachment](attachment:image.jpg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment