hugo/docs/content/en/getting-started
Bjørn Erik Pedersen 2681633db8 markup/goldmark: Add attributes support for blocks (tables etc.)
E.g.:

```
> foo
> bar
{.myclass}
```

There are some current limitations: For tables you can currently only apply it to the full table, and for lists the ul/ol-nodes only, e.g.:

```
* Fruit
  * Apple
  * Orange
  * Banana
  {.fruits}
* Dairy
  * Milk
  * Cheese
  {.dairies}
{.list}
```

Fixes #7548
2021-02-08 19:52:55 +01:00
..
external-learning-resources
_index.md
code-toggle.md
configuration-markup.md markup/goldmark: Add attributes support for blocks (tables etc.) 2021-02-08 19:52:55 +01:00
configuration.md Merge commit 'e48ffb763572814a3788780bb9653dfa2daeae22' 2021-01-20 12:48:39 +01:00
directory-structure.md
installing.md
quick-start.md
usage.md