Add missing closing quotes and fix code-block lang (#1250)

This commit is contained in:
Patrice Chalin
2020-10-08 03:27:52 -04:00
committed by GitHub
parent 8c1c80d9f0
commit cce12c0f78
@@ -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: