Other useful information

The root Javascript object for this framework is exposed as the variable M. This can be inspected in the browser console.
This mainly contains the content rendering module: the built-in types, rendering code for the types and the tagging system.

The M.filterTags() method takes an array of strings representing the tags to filter. It returns an array of the content objects with the matched tags.