scm->html
function
scm->html :: string -> xml-element
This function is used to perform syntax coloring of a Scheme expression to be included inline within a paragraph. The string argument is parsed into tokens and marked up in HTML. CSS is used to control font selection and coloring. Returns a an xml-element consisting of the HTML markup.