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

"More" Tag Cuts Off Links, Breaks Markdown Parsing #93

Open
mikeholler opened this issue Aug 31, 2012 · 2 comments
Open

"More" Tag Cuts Off Links, Breaks Markdown Parsing #93

mikeholler opened this issue Aug 31, 2012 · 2 comments

Comments

@mikeholler
Copy link

Here's an example of the Markdown:

Hey guys, I'm making a [blog][wiki_blog] post! Read more after the [jump][wiki_Van_Halen]!
[wiki_Van_Halen]: http://en.wikipedia.org/wiki/Van_Halen
<!--more-->
I really like [blogging][wiki_blog]. It's just so fun!

\[wiki_blog]: http://en.wikipedia.org/wiki/Blog
\[wiki_Van_Halen]: http://en.wikipedia.org/wiki/Van_Halen

Currently, the above example, viewed from the home page, would appear like this (where bold represents a link.

Hey guys, I'm making a [blog][wiki_blog] post! Read more after the jump!

When viewing the posts own page, everything displays as it's supposed to. I'm hoping to fix this myself when I get more time in a week or so, but I wanted to document it in case anyone got here first (and to remind myself, should I forget!).

@willcosgrove
Copy link

Please excuse my ignorance, but don't links in markdown work like this [GitHub](http://github.com)?

With () around the url instead of []

@mikeholler
Copy link
Author

It appears that github is having a hard time displaying what I typed, for some reason. I have updated the above post so that it makes more sense. However, please read the Markdown example without the backslashes. For whatever reason, removing them makes those lines disappear (which is why you couldn't see them originally). Linking can be done by reference as above. Feel free to try it out yourself if you want.

Hopefully this issue is still understandable after the initial confusion (sorry about that, it worked in the preview so I didn't think to check it after I hit post). Please let me know if I need to clarify anything further.

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

No branches or pull requests

2 participants