Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Extra space after every inline code #139

Closed
@asmeurer

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.

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