Skip to content

Commit 1c6dbb9

Browse files
committed
ReadMe: Improve readability
1 parent 8fb0c8b commit 1c6dbb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ You can reuse the content of any file in the includes directory using the follow
9292

9393
We have several custom options to add to your config `toml` or `yaml`.
9494

95-
## `searchOnPage`
95+
### `searchOnPage`
9696
Option to add a coveo searchbar on top of the coveo filters on a search results page.
9797

9898
Example:
9999
```toml
100100
[params]
101101
searchOnPage = true
102102
```
103-
## `featureFlags`
103+
### `featureFlags`
104104
Options to add feature flags. Syntax denoted by prefix `disable_`.
105105

106106
Example:
@@ -112,7 +112,7 @@ Example:
112112
disable_qualtrics = true
113113
```
114114

115-
## `typographer`
115+
### `typographer`
116116
Options to translate plain ASCII punctuation characters into typographic-punctuation HTML entities. More info [here](https://gohugo.io/configuration/markup/#typographer).
117117

118118
Example:

0 commit comments

Comments
 (0)