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
In the wild, the issue was located here, but I fixed it by adding a space before each problematic word. I wrote several unexpected as unexpected but they were not rendered in bold.
Now some tests have shown me that the parens is the culprit. It's probably by design that those md syntax elements are only interpreted as such when surrounded by whitespaces or punctuation, but I think that it should also work with round brackets:
In (test), (test ), ( test), ( test ), all "test" would be expected to be rendered in bold (at least by me).
The same for (test), (test ), ( test), ( test ), etc.
Thanks,
Alex
The text was updated successfully, but these errors were encountered:
In the wild, the issue was located here, but I fixed it by adding a space before each problematic word. I wrote several unexpected as unexpected but they were not rendered in bold.
Now some tests have shown me that the parens is the culprit. It's probably by design that those md syntax elements are only interpreted as such when surrounded by whitespaces or punctuation, but I think that it should also work with round brackets:
In (test), (test ), ( test), ( test ), all "test" would be expected to be rendered in bold (at least by me).
The same for (test), (test ), ( test), ( test ), etc.
Thanks,
Alex
The text was updated successfully, but these errors were encountered: