visual icon indicating copy to clipboard operation
visual copied to clipboard

Visual Maker/Viewer: footers with multiple paragraphs might be parsed incorrectly

Open badosa opened this issue 7 years ago • 0 comments

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 (or Paragraph2) contains : or '. Please use : and ' to avoid this issue.

Example:

["Note: Lorem ipsum.","Source: Cicero's De finibus bonorum et malorum."]

badosa avatar Feb 28 '18 08:02 badosa