Is it possible to prevent line breaks inside hyphenated words (XML content) with the Antenna House Formatter? I thought of a solution with a RegEx but don´t know if this is even possible with the AHF.
E.g. the author provides the following: <paragraph>the film we are producing is a very low-budget one</paragraph>
In this case I want to keep the word "low-budget" together in line (like it does here on stackoverflow). But AHF displays it as low- (1st line) and budget (2nd line).