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;
|
||||
}
|
||||
|
||||
kbd, p code, ol code {
|
||||
kbd, p code, ol code, ul code {
|
||||
background-color: #eaedf587;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
|
|
|
@ -395,7 +395,7 @@
|
|||
# if def == true then
|
||||
(<em>optional</em>)
|
||||
# elseif def then
|
||||
(<em>default</em> $(def))
|
||||
(<em>default</em> <code>$(def)</code>)
|
||||
# end
|
||||
# if item:readonly(p) then
|
||||
<em>readonly</em>
|
||||
|
|
Loading…
Reference in New Issue