Skip to content

Commit 1e9f1e6

Browse files
committed
docs(api_split.pug): add "code" index list
1 parent f1147a6 commit 1e9f1e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api_split.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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)

0 commit comments

Comments
 (0)