Skip to content

Fix Commonmark issues #6

Open
Open
@hdevalence

Description

@hdevalence

@cathieyun pointed out that some formulas are broken; we found that it seems to be because the markdown writes \\\\ to get \\ in the HTML for a latex line-break, but Commonmark sometimes emits a <br>, which causes the formula to be broken into two text spans and fail to parse as math. Curiously, this does not happen on my local machine, so I temporarily deployed from my local machine to the hosting service, bypassing the deploy pipeline, but it will break again the next time the repo is updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions