Markdown, yea!
This is a markdown editor
Normal Text.
bold text
italic
~strikethrough~
Quote
* valid bullet
- valid bullet
+ valid bullet
//Inline code
-
AdminDan Potts
(Admin, Dan Co.)
commented
## Another Test
> Quote`// Code comment`
-
AdminDan Potts
(Admin, Dan Co.)
commented
## Looks good
> Quote
`// Code comment` -
AdminDan Potts
(Admin, Dan Co.)
commented
## Looks good!
-
AdminDan Potts
(Admin, Dan Co.)
commented
* Bullet
```
var k = {
this: {
x: 'j'
},
that: 123
};
``` -
AdminDan Potts
(Admin, Dan Co.)
commented
* Bullet
```
var k = {
this: that,
};
``` -
AdminDan Potts
(Admin, Dan Co.)
commented
~~Strikethrough~~
-
AdminDan Potts
(Admin, Dan Co.)
commented
`What happened`
-
AdminDan Potts
(Admin, Dan Co.)
commented
~~Texty Text.~~
-
AdminDan Potts
(Admin, Dan Co.)
commented
### Here we go again.
-
AdminDan Potts
(Admin, Dan Co.)
commented
## Title
`Code`
-
AdminDan Potts
(Admin, Dan Co.)
commented
> Check this out.
-
AdminDan Potts
(Admin, Dan Co.)
commented
New stuff
-
AdminDan Potts
(Admin, Dan Co.)
commented
New stuff
-
AdminDan Potts
(Admin, Dan Co.)
commented
### Lots of Tests
-
AdminDan Potts
(Admin, Dan Co.)
commented
> Another comment.
-
AdminDan Potts
(Admin, Dan Co.)
commented
## New comment
-
AdminDan Potts
(Admin, Dan Co.)
commented
Look at this code block:
```
//Code block in here;
``` -
AdminDan Potts
(Admin, Dan Co.)
commented
#### Check it out.
// One Line
-
AdminDan Potts
(Admin, Dan Co.)
commented
### New comment with markdown in.
-
AdminDan Potts
(Admin, Dan Co.)
commented
Comment in here for Markdown Test.