문제

Is it possible to instruct GeSHi (http://qbnz.com/highlighter/) to generate link to single line. For example if I show highlighted code on 'example.com/my-code' URL, I would like to be able to have link like: 'example.com/my-mode#line-69' or something like that...

도움이 되었습니까?

해결책

Check the docs: http://qbnz.com/highlighter/geshi-doc.html#adding-ids-to-each-line

So you have to do

$geshi->enable_ids(true);

And then all the lines will have ids which you can link to.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top