Robert Cardona
Robert Cardona

Reputation: 1138

Link in Wiki Source Box

I have an internal wiki I am using powered by MediaWiki. I am trying to add link within a

<source lang="c"></source>

area. Is this possible? If so, how?

Upvotes: 0

Views: 46

Answers (1)

leo
leo

Reputation: 8520

This question is probably about the SyntaxHighlight GeSHi extension, that is bundled with newer versions of MediaWiki (so some users might not think of it as an extension). In that case, the answer is no.

The extension generates a <pre> element, that can, by definition, not include links.

Upvotes: 2

Related Questions