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 2, 2019. It is now read-only.
Code blocks (prefix lines with a tab/tab width of spaces) looks like it matches too greedily. So, multiple lines of code blocks, which should be multiple code blocks, become a ton of recursive code blocks.
Code spans (backtick) also don’t match right.
Backslash escapes are not working.
Code blocks in blockquotes aren’t recognized.
There are many more problems right now. These are the ones I can think of.