Jekyll, pygments, I want to show the detail info about some code snippet: file name, related links, just as this:
{% highlight [language] [linenos] ["title"] [links] %}
.... code snippet ....
{% endhighlight %}
How can I achieve this? The ruby script is the last thing I want to do, for GitHub do not support it?