Skip to content

Improve handling of long IDs

Mayr, Hannes requested to merge 25-long-ids into new-year-developments

plotID does not wrap long IDs itself. Since long IDs are only an issue for custom IDs and the position of line breaks is often crucial, line breaks can be easily added by the user inside the ID with "\n". This MR improves the handling of IDs which include line breaks.

Closes #25 (closed)

Merge request reports