GeraldWodni / forth-standard.org

Official website of the Forth 2012 Standard, and the Forth200x committee.
9 stars 3 forks source link

Collapsed white space sequences in inline code elements #44

Closed ruv closed 2 years ago

ruv commented 2 years ago

White space sequences are not preserved in inline code fragments. For example, two space between quote marks:

    "  "

are rendered as a single space:

    " "

See also a forth-standard.org/comment.

Actually, it's a problem in the used markdown renderer library — marked, since it shows the same behavior (see the demo).

ruv commented 2 years ago

As it turned out, the problem not in the renderer by per se — it preserves white space sequences. The issue is in CSS rules.