mrdocs::HandlebarsOptions::compat

Enable recursive field lookup

Synopsis

Declared in <mrdocs/Support/Handlebars.hpp>
bool compat = false;

Description

When enabled, fields will be looked up recursively in objects and arrays.

This mode should be used to enable complete compatibility with Mustache templates.

Created with MrDocs