hugo/docs/content/en
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
..
about tpl: Add Do Not Track (dnt) option to Vimeo shortcode 2020-10-02 23:02:38 +02:00
commands Refactor: Write to stdout by default 2021-02-04 15:32:51 -07:00
content-management Merge commit 'e48ffb763572814a3788780bb9653dfa2daeae22' 2021-01-20 12:48:39 +01:00
contribute
functions docs: Remove mention of a file size limit for readFile 2021-01-23 14:14:51 +01:00
getting-started markup/goldmark: Add attributes support for blocks (tables etc.) 2021-02-08 19:52:55 +01:00
hosting-and-deployment Merge commit '9f1265fde4b9ef186148337c99f08601633b6056' 2020-11-27 09:30:05 +01:00
hugo-modules Merge commit '9f1265fde4b9ef186148337c99f08601633b6056' 2020-11-27 09:30:05 +01:00
hugo-pipes Update to Dart Sass Protocol beta6 2021-02-06 18:34:19 +01:00
maintenance
news Merge commit 'e48ffb763572814a3788780bb9653dfa2daeae22' 2021-01-20 12:48:39 +01:00
readfiles
showcase Merge commit 'e48ffb763572814a3788780bb9653dfa2daeae22' 2021-01-20 12:48:39 +01:00
templates Merge commit 'e48ffb763572814a3788780bb9653dfa2daeae22' 2021-01-20 12:48:39 +01:00
tools Merge commit 'e48ffb763572814a3788780bb9653dfa2daeae22' 2021-01-20 12:48:39 +01:00
troubleshooting
variables Merge commit 'e48ffb763572814a3788780bb9653dfa2daeae22' 2021-01-20 12:48:39 +01:00
_index.md
documentation.md