File causes beach ball
The attach file causes Marked to beach ball. Because this is an internal document, I replaced the content but not the structure.
This may not be a document structure you want to support, but it still shouldn't peg my CPU forever. :)
- beachball.md 23.7 KB
Comments are currently closed for this discussion. You can start a new one.
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 02 Aug, 2013 07:02 PM
You have multiple closing pre tags that have malformed opening tags (such as missing leading angle bracket, or spelled "pree"). It's hard enough for Markdown processors to work around HTML, but malformed HTML can cause some serious issues.
2 Posted by Steven Fisher on 02 Aug, 2013 09:25 PM
Sorry, Brett. It looks like that happened when I was trying to remove the content while keeping the structure intact. Try this one.
To be clear, I don't really expect this document to render if it's invalid in some way. But locking up the app forever isn't good, either.
Support Staff 3 Posted by Brett on 02 Aug, 2013 09:54 PM
The problem is that your file, even when cut in half, hangs MultiMarkdown itself. Even the latest 4.2 version. Marked has a deadman's switch on the process, but if it hangs completely I can't stop it. I found that kramdown can parse this formatting better than MultiMarkdown, so you could consider installing that as a custom processor. If you need assistance doing that, just let me know.
Hope that helps.
4 Posted by Steven Fisher on 07 Aug, 2013 04:51 PM
No, that's fine. I can fix the file. It's ugly. :)
Brett closed this discussion on 14 Aug, 2013 01:11 AM.