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
Newlines using double backslashes \\ does not render correctly
GitHub's markdown automatically escapes the double backslash, resulting in only a single backslash in the output HTML (which throws an error when parsing)