Template:Snippet

From WikEmacs
Revision as of 19:09, 30 March 2012 by GregLucas (talk | contribs) (category)
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")))