Skip to content

Commit a5f8cfe

Browse files
try Hugo highlight
1 parent bb71c8c commit a5f8cfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/contribute/file-conventions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ following keys are supported. The title, description, and keywords are required.
3737
Here's an example of a valid (but contrived) page metadata. The order of
3838
the metadata elements in the front matter isn't important.
3939

40-
```txt
41-
--- #example front matter
40+
{{< highlight plaintext >}}
41+
---
4242
description: Instructions for installing Docker Engine on Ubuntu
4343
keywords: requirements, apt, installation, ubuntu, install, uninstall, upgrade, update
4444
title: Install Docker Engine on Ubuntu
@@ -54,8 +54,8 @@ aliases:
5454
- /install/linux/ubuntu/
5555
- /installation/ubuntulinux/
5656
toc_max: 4
57-
--- # end front matter
58-
```
57+
---
58+
{{< /highlight >}}
5959

6060
## Body
6161

0 commit comments

Comments
 (0)