Add comment to explain where to use literal

This commit is contained in:
elkowar 2021-08-17 11:27:55 +02:00
parent 30275007cb
commit 8679d7cb71
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

@ -203,6 +203,8 @@ For this, you can make use of one of ewws most powerful features: the `literal`
```lisp
(defvar variable_containing_yuck
"(box (button 'foo') (button 'bar'))")
; then, inside your widget, use:
(literal :content variable_containing_yuck)
```