Closed manojpatwardhan closed 2 years ago
Hi @manojpatwardhan, I've made some formatting to your original report, let me know in case it is not correct.
I've tried to run the current version of mistletoe on the "problematic" input you write:
**_Week_**day
Unlike you, I get this back (I paste the resulting HTML for simplicity here):
<p>**<em>Week</em>**day</p>
I hope this is correct, because when testing here, I get the same result from the GitHub's markdown formatter:
Weekday
So can you please re-check? If you still get the wrong result, which version of mistletoe do you use?
Thanks very much, Petr.
I will test next week and let you know what I find out. Appreciate your help and the fix!
@manojpatwardhan, feel free to reopen in case you do find some error in the aforementioned use case.
If I have this text in markdown:
It converts to:
Note that there is no space before "day".
But, if I add a space after the last pair of *, it works correctly. So this text:
Converts correctly to:
where "Week" is in bold and italic.