$deprecated help markup
parent
719ba6e3fd
commit
16c90d29e5
|
@ -137,6 +137,14 @@ ALIAS: $slot $snippet
|
|||
] with-nesting
|
||||
] ($heading) ;
|
||||
|
||||
: $deprecated ( element -- )
|
||||
[
|
||||
deprecated-style get [
|
||||
last-element off
|
||||
"This word is deprecated" $heading print-element
|
||||
] with-nesting
|
||||
] ($heading) ;
|
||||
|
||||
! Images
|
||||
: $image ( element -- )
|
||||
[ first write-image ] ($span) ;
|
||||
|
|
|
@ -85,6 +85,14 @@ H{
|
|||
{ wrap-margin 500 }
|
||||
} warning-style set-global
|
||||
|
||||
SYMBOL: deprecated-style
|
||||
H{
|
||||
{ page-color COLOR: gray90 }
|
||||
{ border-color COLOR: red }
|
||||
{ border-width 5 }
|
||||
{ wrap-margin 500 }
|
||||
} deprecated-style set-global
|
||||
|
||||
SYMBOL: table-content-style
|
||||
H{
|
||||
{ wrap-margin 350 }
|
||||
|
|
Loading…
Reference in New Issue