You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran into this issue with punctuation (#18), and I'm realizing that this issue is bigger than I thought. I'm not sure how to solve this at the moment, but something to think about for sure. The particular issue that I'm noticing is that we can't even embed links in the middle of structures. For example, I can't do this with SnakeMD:
[[Link](https://test.com)]
This will render with spaces on either end as follows:
[[Link](https://test.com)]
This turned out to be the same issue we were having with punctuation, and I already didn't like the regex then.
The text was updated successfully, but these errors were encountered:
Alright, in v0.4.0, I'm have fixed this by removing the automatic spaces between InlineText objects in paragraphs. The user will be responsible for formatting their strings correctly (e.g., leaving a space at the end of the previous string).
We ran into this issue with punctuation (#18), and I'm realizing that this issue is bigger than I thought. I'm not sure how to solve this at the moment, but something to think about for sure. The particular issue that I'm noticing is that we can't even embed links in the middle of structures. For example, I can't do this with SnakeMD:
This will render with spaces on either end as follows:
This turned out to be the same issue we were having with punctuation, and I already didn't like the regex then.
The text was updated successfully, but these errors were encountered: