Glyph - <code>filters.*</code>

These settings are used to configure some special options related to output filters and highlighters.
Name Description Default
filters.coderay.*

Some Coderay-specific options.

nil
filters.highlighter

The current highlighter to use. It can be set to coderay or ultraviolet

"coderay"
filters.markdown.converter

The name of the markdown converter to use with the markdown macro. It can be set to one of the following values:

  • BlueCloth
  • RDiscount
  • Maruku
  • Kramdown

If not set, Glyph tests for the presence of each gem in the same order, until one is found.

"bluecloth"
filters.redcloth.restrictions

An Array containing restrictions applied to RedCloth, used by the textile macro (see RedCloth Documentation for more information).

[]
filters.ultraviolet.line_numbers

Whether the Ultraviolet highlighter should display line numbers or not.

true
filters.ultraviolet.theme

The theme used by the Ultraviolet highlighter.

"lazy"