Module: helpers

helpers

Source:

Methods

<static> html()

Escape html
Source:

<static> imd()

Inline markdown - strip beginning and ending paragraph element
Source:

<static> lower()

Conver string to lowercase
Source:

<static> markdown()

Convert markdown into html, alias: md
Source:

<static> normalizeTag()

Converts string to normalized tag
Source:

<static> trim()

Trim whitespace from string
Source:

<static> upper()

Convert string to uppercase
Source: