Fix abslangurl.md (#1919)

Last missing closing highlighting markers break page layout.
This commit is contained in:
Patrick Kollitsch 2022-11-25 04:30:31 +07:00 committed by GitHub
parent bf2c456173
commit 4fd934f616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ With `baseURL = https://example.org/docs/`
{{ absLangURL "/" }} → https://example.org/en/
{{ absLangURL "/articles" }} → https://example.org/en/articles
{{ absLangURL "/style.css" }} → https://example.org/en/style.css
```
{{% note %}}
The last three examples are not desirable in most situations. As a best practice, never include a leading slash when using this function.