Skip to content

Render smart quotes in math as regular quotes #967

@aterenin

Description

@aterenin

Many Markdown preprocessors, such as the one that Jekyll and GitHub Pages use, have a "smart quotes" feature.

This changes quotes such as

'

to fancier ones such as

which unfortunately interferes with KaTeX' ability to render prime symbols correctly.

I propose either ignoring smart quotes and rendering them as ordinary quotes (i.e. if KaTeX encounters , it renders it as if it had encountered ') , or introducing an option to do so.

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