Yelp

(The Help System)

mal2html.pre

$node: The source element to output a pre for.

This template outputs an HTML pre element along with a wrapper div element for CSS styling. It should be called for verbatim block elements. It will automatically strip leading and trailing newlines using utils.strip_newlines.

If html.syntax.highlight is true, this template automatically outputs syntax highlighting support based on the mime attribute of $node, using html.syntax.class to determine the correct highlighter.

Calls Modes