Markdown Testing
```this is come code
multiline code.
Seems to have issues maybe.
```
-
AdminDan Potts
(Admin, Dan Co.)
commented
And another
```javascript
var x = "hi";
```Ok
-
AdminDan Potts
(Admin, Dan Co.)
commented
Add a new comment
```json
{
test: "value"
}
```How's that?
-
AdminDan Potts
(Admin, Dan Co.)
commented
New testing comment.
**Bold text**. _Italic Text._ ~~Strikethrough text.~~```
var x = {
var: {
this: 'that'
}
};// Code comment.
``` -
AdminDan Potts
(Admin, Dan Co.)
commented
New testing comment.
**Bold text**. _Italic Text._ ~~Strikethrough text.~~```var x = {
var: {
this: 'that'
}
};// Code comment.```
-
AdminDan Potts
(Admin, Dan Co.)
commented
New testing comment.
**Bold text**. _Italic Text._ ~~Strikethrough text.~~var x = {
var: {
this: 'that'
}
};// Code comment.
-
AdminDan Potts
(Admin, Dan Co.)
commented
### Checkout this Comment
**Bold text.** _Italic Text._ ~~Strikethrough text.~~
```
var x = {
var: {
this: 'that'
}
};
``` -
AdminDan Potts
(Admin, Dan Co.)
commented
### Markdown Comment
**Here's a comment that uses markdown.**
```
// Need some code in here
let x = function(k){
return k;
};
```You like that markdown? ;)