hugo/markup/goldmark
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
..
goldmark_config markup/goldmark: Add attributes support for blocks (tables etc.) 2021-02-08 19:52:55 +01:00
internal/extensions/attributes markup/goldmark: Add attributes support for blocks (tables etc.) 2021-02-08 19:52:55 +01:00
autoid.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
autoid_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
convert.go markup/goldmark: Add attributes support for blocks (tables etc.) 2021-02-08 19:52:55 +01:00
convert_test.go markup/goldmark: Add attributes support for blocks (tables etc.) 2021-02-08 19:52:55 +01:00
render_hooks.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
toc.go Fix goldmark toc rendering 2020-02-22 18:06:30 +01:00
toc_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00