- [x] Task 1
- [ ] Task 2
- [ ] Task 3
Result:
Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.
Combined emphasis with **asterisks and _underscores_**.
Strikethrough uses two tildes. ~~Scratch this.~~
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
# H1
## H2
### H3
#### H4
##### H5
###### H6
1. First ordered list item
1. Another item
1. And another item.

```python
s = "Python syntax highlighting"
print s
```
s = "Python syntax highlighting"
print s
Bootstrap stylizes tables based on the table
class which requires a shortcode. (optionally) The shortcode can accept class
arguments (table-stripe
and table-bordered
demonstrated below).
{{< table `table-striped table-bordered` >}}
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
{{< /table >}}
Result:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Hugo manages raw data in the data
folder. This table is defined in the main HTML index layouts/index.html
.
Name | Version | Description |
---|---|---|
Icony | 0.1-alpha | breaks everything |
Appening | 1 | fixes everything |
Slate | 9.9 | runs forever |