Skip to content

Commit da80e5b

Browse files
authored
Merge pull request #12152 from hasezoey/addCodeToHeaders
Docs: add "code" to Headers (and index list)
2 parents 547680d + 1e9f1e6 commit da80e5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api_split.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ block content
4444
each prop in props
4545
li
4646
a(href='#' + prop.anchorId)
47-
| #{prop.string}
47+
| <code>#{prop.string}</code>
4848
each prop in props
4949
hr.separate-api-elements
5050
h3(id=prop.anchorId)
5151
a(href='#' + prop.anchorId)
52-
| #{prop.string}
52+
| <code>#{prop.string}</code>
5353
if prop.deprecated
5454
<span class="deprecated">~DEPRECATED~</span>
5555
if prop.param != null

0 commit comments

Comments
 (0)