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
Library seems to have problem with correct interpretation of strings like this *italics*normal*italics*.
Instead of showing italicsnormalitalics it behaves like it is put in code block and prints string as is.
Is it a bug, or a feature? Can I somehow alter how library deals with that?
The text was updated successfully, but these errors were encountered:
The behavior for this scenario is a bit ambiguous since it appears to be all one word, I made the decision to parse the outermost syntax first. Therefore for *italics*normal*italics* the whole string would be italic. If you put a space before "normal" then it will break the italics, e.g. *italics* normal *italics*
I am aware of that, but most libraries that I have tested - Github included, deal with it in a way I have described. I can offer help in making a change, if time is a factor here.
Library seems to have problem with correct interpretation of strings like this
*italics*normal*italics*
.Instead of showing italicsnormalitalics it behaves like it is put in code block and prints string as is.
Is it a bug, or a feature? Can I somehow alter how library deals with that?
The text was updated successfully, but these errors were encountered: