Skip to content

Wrapped lines shouldn't start with / #9386

@ntjess

Description

@ntjess
\documentclass{article}
\begin{document}
A string of text that is long enough that after 73 chars that includes a / slash creates a newline
\end{document}

This produces the typst document

A string of text that is long enough that after 73 chars that includes a
/ slash creates a newline

But since / is the syntax for creating a term list, the following error occurs during typst compilation:

expected colon

In short, typst conversions should not allow a new line of text to split on / unless that character is escaped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions