Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Flavored Markdown code takes forever to load #21

Open
spratt opened this issue Jul 5, 2012 · 3 comments
Open

Github Flavored Markdown code takes forever to load #21

spratt opened this issue Jul 5, 2012 · 3 comments
Assignees
Labels

Comments

@spratt
Copy link
Member

spratt commented Jul 5, 2012

This is caused by the fact that GFM may contain any other language, so it has to load ALL the languages. We should implement some kind of progress bar, or any kind of indication that the page is still loading.

@Gankra
Copy link
Contributor

Gankra commented Jul 6, 2012

Maybe don't support github markdown? That seems excessive.

@spratt
Copy link
Member Author

spratt commented Jul 14, 2012

That's probably the right thing to do. We could just treat GFM as regular Markdown from now on. Or include a couple of the most popular languages. I suspect it doesn't fail horribly if it doesn't have a language loaded when it encounters that language.

@ghost ghost assigned spratt Jul 15, 2012
@Gankra
Copy link
Contributor

Gankra commented Jul 15, 2012

You are the maintainer of this feature. Assigned to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants