Add comment to explain where to use literal
This commit is contained in:
parent
30275007cb
commit
8679d7cb71
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ For this, you can make use of one of ewws most powerful features: the `literal`
|
||||||
```lisp
|
```lisp
|
||||||
(defvar variable_containing_yuck
|
(defvar variable_containing_yuck
|
||||||
"(box (button 'foo') (button 'bar'))")
|
"(box (button 'foo') (button 'bar'))")
|
||||||
|
|
||||||
|
; then, inside your widget, use:
|
||||||
(literal :content variable_containing_yuck)
|
(literal :content variable_containing_yuck)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue