Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

html tags with timedcontinue macro (Sugarcane)

<i>...text1
<<timedcontinue 2>>
</i>text2

The closing tag is ignored if it goes after <<timedcontinue>>, so all text till the end of the passage remains italic. Any way to fix it?

Comments

  • Move the end tag...
    <i>...text1</i>
    <<timedcontinue 2>>
    text2
    
  • My real text is not that simple of course. It needs several <<timedcontinue N>> inside the italic part.
  • edited April 2016
    The answer is still the same no matter how complex your text is or how many timedcontinue macros you have, end the HTML italic element before calling the/a macro.
  • Not convenient to do it before and after every macro, but it works. Is this true for any macro?
  • edited April 2016
    It depends on the way the selected story format parses the passage contents and the HTML generated by the parser / macro.
Sign In or Register to comment.