0.8.0
Added
New setting: Processing → Brackets
Display brackets and their contents in a smaller font than the surrounding text during review. For example, "Release notes (v0.8)" will show "(v0.8)" in a smaller font than "Release notes."
Supported bracket types, enabled individually or in combination:
- Parentheses
( ) - Curly braces
{ } - Square brackets
[ ]— it's recommended to escape them with backslashes, e.g.\[ text \] - Angle brackets
< >— must be escaped with backslashes, e.g.\< text \>