Merge commit '9cabb46f68bae01aeb1859727dcb21e8a10f5ec7'

This commit is contained in:
Bjørn Erik Pedersen
2020-10-30 09:50:15 +01:00
16 changed files with 29 additions and 41 deletions

View File

@@ -77,9 +77,9 @@ produces this HTML:
Get the permalink to a heading by appending the ID to the path when using the `ref` or `relref` shortcodes:
```md
{{</* ref "document.md#reference */>}}
{{</* relref "document.md#reference */>}}
```go-html-template
{{</* ref "document.md#reference" */>}}
{{</* relref "document.md#reference" */>}}
```
Generate a custom heading ID by including an attribute. For example: