generator-gitbook-base
Version:
29 lines (21 loc) • 573 B
Markdown
#This is a title
This is a list
* item1
* item2
* item3
* item4
This is a link
[www.google.com](www.google.com)
Here is an image

Here is code
```javascript
var s = "JavaScript syntax highlighting";
alert(s);
```
And a table
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |