docs: Add code styling for parameter default values
This commit is contained in:
parent
1dd1e2c994
commit
1953c97ce3
|
@ -47,7 +47,7 @@ p.name {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd, p code, ol code {
|
kbd, p code, ol code, ul code {
|
||||||
background-color: #eaedf587;
|
background-color: #eaedf587;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
|
|
|
@ -395,7 +395,7 @@
|
||||||
# if def == true then
|
# if def == true then
|
||||||
(<em>optional</em>)
|
(<em>optional</em>)
|
||||||
# elseif def then
|
# elseif def then
|
||||||
(<em>default</em> $(def))
|
(<em>default</em> <code>$(def)</code>)
|
||||||
# end
|
# end
|
||||||
# if item:readonly(p) then
|
# if item:readonly(p) then
|
||||||
<em>readonly</em>
|
<em>readonly</em>
|
||||||
|
|
Loading…
Reference in New Issue