Testing Markdown Flag
Markdown Code
function hasSpaces(){
// Seems to have spaces
return true;
}
-
AdminDan Potts
(Admin, Dan Co.)
commented
## Not bad at all!
> WOO!
-
AdminDan Potts
(Admin, Dan Co.)
commented
See how this works.
-
AdminDan Potts
(Admin, Dan Co.)
commented
## Here's a live test.
```
function doesItWork(y, n){
console.log('Tell me if it works: ', y || n);
}
``` -
AdminDan Potts
(Admin, Dan Co.)
commented
### New test for Markdown
> Here's a quote.
_Does it work?_
-
AdminDan Potts
(Admin, Dan Co.)
commented
What is happening here?
```
// Is this good?
``` -
AdminDan Potts
(Admin, Dan Co.)
commented
```
var x = {
object: {
checkItOut: true,
line-spacing: false
},
id: 123
};
```