We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1147a6 commit 1e9f1e6Copy full SHA for 1e9f1e6
1 file changed
docs/api_split.pug
@@ -44,7 +44,7 @@ block content
44
each prop in props
45
li
46
a(href='#' + prop.anchorId)
47
- | #{prop.string}
+ | <code>#{prop.string}</code>
48
49
hr.separate-api-elements
50
h3(id=prop.anchorId)
0 commit comments