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.
2 parents 547680d + 1e9f1e6 commit da80e5bCopy full SHA for da80e5b
1 file changed
docs/api_split.pug
@@ -44,12 +44,12 @@ 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)
51
52
53
if prop.deprecated
54
<span class="deprecated">~DEPRECATED~</span>
55
if prop.param != null
0 commit comments