Mention of spaces in Readme is confusing
Let's make that braces and add some space (use } instead of { for no space): cs]{
This line had me confused, at first I read it as: "use { for no space" I almost created a pull request to fix this but then I noticed my misunderstanding.
Maybe it would be better to state it simply. Remove the "(use } instead of { for no space)" and have a separate sentence like: "To not insert space use }"
Came to figure out why there were added spaces, thanks 😛
I think it should probably be explained with something like "use a closing delimiter to skip inserting spaces", which explains the concept.
I like that wording. Maybe append a parenthetical: "e.g., ) not (".
Thank you, this exactly answers my question for replacing without adding spaces.
I agree that this wasn't very clear.
For a new person, stating "(use } instead of { for no space)" doesn't do justice to the difference.
Instead it should be more explicit and simply say: "Use the 'opening' character to include a space around the wrap, or use the 'closing' character to not include spaces around the wrap"