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
importmarkdown2# This input causes the code to hang infinitely.markdown_text=R"""a_b **x***y* c_d"""print(markdown2.markdown(markdown_text, extras={'code-friendly': None}))