Skip to content

Doc: closing inline delimiters can’t be followed by punctuation #2890

Open
@aryairani

Description

triple_business = {{ __foo constructor__, __bar constructor__ }}

becomes the following after a round trip (added triple _s):

triple_business = {{ ___foo constructor__,__bar constructor___ }}

If I add the space back in after the comma, then it doesn't parse. Triple _s isn't a thing anyway.

triple_business = {{ ___foo constructor__, __bar constructor___ }}

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