Template:Snippet

From WikEmacs
Jump to navigation Jump to search


Usage

Show a short snippet of Lisp code. For longer examples, use a <source lang="lisp"> block.

{{Snippet|(this (is ("a test")))}}

will be rendered as:

(this (is ("a test")))