I'm having a pretty odd issue with cross-references in my document. First, this is the style I'm using:
Code: Select all
MadCap|xref
{
mc-format: '{quote}{paratext}{quote} (page {page})';
}
@media non-print
{
MadCap|xref
{
mc-format: '{paratext}';
}
}Code: Select all
<MadCap:xref href="Managing your configuration files.htm">"Managing your configuration files" (page 1)</MadCap:xref>I'm at a loss here, is this a known bug, or am I doing something wrong? I tried putting the style in the @media print section, that didn't change anything.