Markdown interface class

package net.nehmer.markdown

 Methods

render (string $text)

Renders the text according to the current configuration of the Markdown Library.

Can be called multiple times with the same configuration.

Parameters

$text

stringThe unprocessed, markdown'ed text.

Returns

stringThe processed HTML.