Skip to content

Extra space after every inline code #139

Description

@asmeurer

In the rendered spec, there is a weird formatting issue. Every piece of inline code includes an extra space after it. For example, here:

Screen Shot 2021-03-09 at 4 33 40 PM

It looks like:

  • If x_i is NaN , the result is NaN .

instead of

  • If x_i is NaN, the result is NaN.

If there is already a space after the code, it is rendered as code. If there isn't, one is added. The added spaces are also there if you copy-paste the text.

I'm not sure why this is happening, if it is some issue with Myst or our theme or something else.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions