Sorry if this is a basic question. The Flare Styles Guide mentions that "You can specify that a particular style should be used when you press Enter at the end of the current style."
If I am on a paragraph style class and I want the next style to be the paragraph style, it does not seem to work if I use
Code: Select all
mc-next-tagCode: Select all
mc-next-tag:pCode: Select all
p.Image_caption
{
font-family: Arial;
font-weight: normal;
font-style: italic;
font-size: 10pt;
mc-auto-number-format: 'GF:Figure {n+}:';
[color=#FF0000]mc-next-tag: p;[/color]
}Code: Select all
mc-next-tag: h1;