Skip to content

formatting of colon is shifted to the left in a math assignment #125

@sanderhahn

Description

@sanderhahn

The colon in shifted to the left, see screenshot:

Screenshot 2024-07-27 at 15 08 51

$x:=x$

On github:

$x:=x$

Also I needed to add this to the css to hide the unformatted formulas:

    *[aria-hidden="true"] {
      display: none;
    }

Added this to format blocks, but that might be more of a style interpretation:

    .katex-display {
      display: block;
      margin: 1em 0;
      text-align: center;
    }

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