jekyll / jekyll-help

NO LONGER MAINTAINED. USE JEKYLL TALK INSTEAD.
https://talk.jekyllrb.com
146 stars 19 forks source link

Excerpt sometimes turns [links][1] into links, sometimes doesn't #307

Closed crummy closed 9 years ago

crummy commented 9 years ago

I have a Jekyll site hosted on github pages. On my blog page, I list every blog post with an excerpt for each. Most blog posts leave links in their raw form, like [this][1] but some link correctly.

You can see my working example here, for the article "Terry Cavanagh's Super Hexagon and VVVVVV": http://malcolmcrum.com/blog.html There are plenty of non-working examples, including "Nuclear Throne: A case study in player feedback" Here's the markup for the article with the working links in excerpt and an example of the markup for an article with a broken link in excerpt.

I tried excerpt_separator: "" but that seemed to disable excerpts entirely.

kleinfreund commented 9 years ago

We have a dedicated help forum now. I have to ask you to post your question again over at https://talk.jekyllrb.com/.

crummy commented 9 years ago

Thanks, I posted there.

crummy commented 9 years ago

With gynter's help, I've managed to reliably reproduce this.

If footnote style links are used, and the footnote has a space prior, if an excerpt is taken of the post then links in the excerpt will not work.

parkr commented 9 years ago

Looks like you got it fixed.