html-soup.core

(code->hiccup code)

Returns the code in the given string with Hiccup-compatible data structures added.

Example

(code->hiccup "(+ 1 2)")

(code->html code)

Returns the code in the given string with html added.

Example

(code->html "(+ 1 2)")