Introduce properties to give marks a width. Inside SVG we can only set fixed pixel widths. The quote_mark_width property can use em values to relate mark width to font width.
Allow controlling space between quote marks and quote text.
Adapt quotes in text blocks to also honor quote_large_mark_font_size.
Add property to control indentation of quotes in text blocks. Since this follows different rules than indentation in quote elements, we introduce a separate variable instead of using quote_indent.
Introduce properties to give marks a width. Inside SVG we can only set fixed pixel widths. The
quote_mark_width
property can useem
values to relate mark width to font width.Allow controlling space between quote marks and quote text.
Adapt quotes in text blocks to also honor
quote_large_mark_font_size
.Add property to control indentation of quotes in text blocks. Since this follows different rules than indentation in quote elements, we introduce a separate variable instead of using
quote_indent
.REDMINE-20411