Textile or Markdown are very easy and intuitive to use, and they can produce HTML markup with almost no effort.
Using them with Glyph is as simple as using the textile macro (aliased to
txt) and the markdown
macro (aliased to md).
Example
The following Glyph code:
produces the following HTML code:
ImportantBe careful when using block-level HTML with Textile and Markdown: sometimes
it may be necessary to add extra empty lines or escape tags.