Page MenuHomePhabricator

Disable keyword linking in syntax highlighting
Closed, ResolvedPublic

Description

The new excellent <source> tag introduces one side effect: GeSHi makes URL links to many keywords in the highlighted source code. Since this goes against common linking practices of the wikipedias, please disable it.

According to GeSHi documentation at

http://qbnz.com/highlighter/geshi-doc.html#disabling-all-urls

it can be done with

$geshi->enable_keyword_links(false);

Thanks!


Version: unspecified
Severity: enhancement

Details

Reference
bz9955

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 9:37 PM
bzimport set Reference to bz9955.
bzimport added a subscriber: Unknown Object (MLST).