marked: beachball lock-up processing a github ReadMe.md
marked (and at least one other tool) locks up reading/displaying
the file found at:
https://raw.github.com/markcarver/mac-ssh-askpass/master/README.md
I did some basic cut & paste work to break the file down and it seems to be triggered somewhere near the fenced code block that also has left-justified bash comments. See the ###Source section and below in the file at the URL above.
Original repo I cloned was:
https://github.com/markcarver/mac-ssh-askpass
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 23 Jun, 2013 11:05 PM
Your fenced code is improperly formatted. The triple tics (```) should be on their own line. You can optionally use a language specifier on the first one (```bash), but nothing else should be on that line.
If you make that change, it should work fine for you.