hugo/markup
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
..
asciidocext Add Dart Sass support 2020-12-30 17:32:25 +01:00
blackfriday
converter
goldmark markup/goldmark: Add attributes support for blocks (tables etc.) 2021-02-08 19:52:55 +01:00
highlight
internal
markup_config markup/goldmark: Add attributes support for blocks (tables etc.) 2021-02-08 19:52:55 +01:00
mmark
org deps: Update go-org to v1.4.0 2021-01-02 22:29:06 +01:00
pandoc Add Dart Sass support 2020-12-30 17:32:25 +01:00
rst rst: Adjust log level 2021-01-01 11:50:13 +01:00
tableofcontents
markup.go
markup_test.go