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
{{ message }}
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
String like "test str _first italic section_ some text _second italic section_ some later text" handled like
"test str first italic section_ some text _second italic section some later text"
Same problem related to bold sections.
To fix it regex should be corrected:
Instead of
String like "test str _first italic section_ some text _second italic section_ some later text" handled like
"test str first italic section_ some text _second italic section some later text"
Same problem related to bold sections.
To fix it regex should be corrected:
Instead of
Should be
The text was updated successfully, but these errors were encountered: