Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sanderhahn opened this issue Jul 27, 2024 · 0 comments
Open

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

sanderhahn opened this issue Jul 27, 2024 · 0 comments

Comments

@sanderhahn
Copy link

sanderhahn commented Jul 27, 2024

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;
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant