Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Illegal paragraph breaks in emph and textbf macro calls #935

@harpocrates

Description

@harpocrates

The following is not valid LaTeX, yet it is something Haddock could generate (and does in the documentation for text):

\emph{This is an important line. \par This is another important line}

The \par messes this up. Taking Pandoc's approach, we could generate something like this instead:

\emph{This is an important line.} \par emph{This is another important line}

Metadata

Metadata

Assignees

No one assigned

    Labels

    backend:latexUI, UX and rendering for the LaTeX backend

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions