Reputation: 4615
When using Trac it always highlights class names as a reference to a wiki page like this:
MyClass?
How could I disable this? It makes ticket text unreadable.
Upvotes: 10
Views: 2201
Reputation: 9469
Ideally, class names should be formatted as code, i.e. {{{MyClass}}}
. This would also prevent the auto-linking.
Upvotes: 5
Reputation: 301
Andrey, you can disable wiki links by adding "ignore_missing_pages" parameter to your trac config in "wiki" section. See docs here: http://trac.edgewall.org/wiki/TracIni
Upvotes: 13