You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take into account, though, that the footer can be parsed incorrectly (and shown as a single paragraph one) if Paragraph1 (or Paragraph2) contains : or '. Please use : and ' to avoid this issue.
Example:
["Note: Lorem ipsum.","Source: Cicero's De finibus bonorum et malorum."]
The text was updated successfully, but these errors were encountered:
badosa
changed the title
Visual Maker: footers with multiple paragraphs might be parsed incorrectly
Visual Maker/Viewer: footers with multiple paragraphs might be parsed incorrectly
Feb 28, 2018
Visual Maker allows you to specify footers as
"Lorem ipsum..."
(single paragraph)and
["Paragraph1","Paragraph2"]
(multiple paragraphs)Take into account, though, that the footer can be parsed incorrectly (and shown as a single paragraph one) if
Paragraph1
(orParagraph2
) contains:
or'
. Please use:
and'
to avoid this issue.Example:
["Note: Lorem ipsum.","Source: Cicero's De finibus bonorum et malorum."]
The text was updated successfully, but these errors were encountered: