iona v0.3.0 Iona.Template.Helper

Provides basic template helper functions.

The most important function is escape, which is automatically applied to any value in a <%= %> concat tag.

Summary

Functions

Escape raw LaTeX commands and reserved characters, to include

Mark text as a string to be inserted raw and unescaped

Functions

escape(text)

Escape raw LaTeX commands and reserved characters, to include:

  • Angle brackets and curly braces
  • Backslashes
  • Carets
  • Tildes
  • Pipes
  • More! (See the @replace module attribute)
raw(text)

Mark text as a string to be inserted raw and unescaped