Frank Taillandier

Results 143 comments of Frank Taillandier

I tend to favor Markdown over Liquid when writing technical documentation, but using one or the other flavor shouldn't change the final output. > Usually a `` is an image,...

After reading the story behind the differences in previous issues: * `{% highlight %}` will output a `` element (because why not?) * triple fenced code blocks in Markdown won't....

Why should we render code snippets differently? I don't want to change my CSS when I switch from redcarpet to kramdown. 😕 I'm not sure how to explain that is...

I'd recommend relying on JS to automate anchors: https://github.com/bryanbraun/anchorjs

@ashmaroli What's your take on being able to suffix a link tag with an #id? ```[link text]({% link path/to/item.with-extension#to-anchor %})```

I was aiming to solve the most common problem. When would you need to pass params to a static HTML file? I don't see the need to add complexity when...

I'd like if we could have feedback from theme developers here: @mmistakes @daviddarnes do any one of you plan to use such a feature? What should we check for here?

Until we make sure the tests pass here, this won't make in 4.1.

Reproduced on latest Jekyll, any help welcome to make sure all files are processed before outputing the index file.