Skip to content

Instantly share code, notes, and snippets.

@faizaankhan
Created June 6, 2018 08:58
Show Gist options
  • Save faizaankhan/dfc323dd3605c80e72d2a346656c9f96 to your computer and use it in GitHub Desktop.
Save faizaankhan/dfc323dd3605c80e72d2a346656c9f96 to your computer and use it in GitHub Desktop.
# Rails Editor
- Point 1
- SubPoint B
- Point 2
- Subpoint D
- Point 3
[link to Facebook!](https://facebook.com)
**bold**
*italics*
#### Heading 4
> Sourav asks to solve the issue in time
` This is a code`
```
if ( code ) {
no need to indent in this blocks
}
```
```ruby
if 5=5
puts "why"
end
```
- [x] This is a task loist with cross
- [ ] This is an incomplete item
__this is also bold__
_just as this italic_
_**So this can be italic bold**_
* this is unordered list
* clarity
* umm
* sub ummm
* uff
1. This is the orderede list
2. like this
1. here we go
2. here we are
The Amzing Tables | They Are Quite Nice
------------------|--------------------
See this | Wow
~~Thsi is how we~~| ~~Strike thorugh~~
:smile:
:heart_eyes:
:+1:
![Image of Faizaan](https://octodex.github.com/images/yaktocat.png)
@faizaankhan
Copy link
Author

faizaankhan commented Jun 6, 2018

Rails Editor

  • Point 1
    • SubPoint B
  • Point 2
    • Subpoint D
  • Point 3

link to Facebook!

bold

italics

Heading 4

Sourav asks to solve the issue in time

This is a code

if ( code ) {
no need to indent in this blocks
}
if 5=5
  puts "why"
end
  • This is a task loist with cross
  • This is an incomplete item

this is also bold

just as this italic

So this can be italic bold

  • this is unordered list
  • clarity
  • umm
    • sub ummm
  • uff
  1. This is the orderede list
  2. like this
    1. here we go
    2. here we are
The Amzing Tables They Are Quite Nice
See this Wow
Thsi is how we Strike thorugh

😄
😍
👍

Image of Faizaan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment