Hallo,
ich habe einen .NET Blog und will Quelltext veröffentlichen. Dafür nutze ich das Plugin SyntaxHighlighter von http://alexgorbatchev.com/
Leider stelle ich jetzt immer mehr fest das Passagen vom Quelltext einfach weggeschnitten werden. Das ist ziemlich nervig.
Z.B. bei so etwas:
ZitatAlles anzeigen/// <summary>
/// This recursive method navigate to the last node in a tree.
///
/// Termination condition for recursion is when a node with "Filename"
/// as name founded.
/// </summary>
/// <param name="node">The node which should traverse.</param>
/// <param name="path">The previus complete path of node, e.g:
/// "C:\Windows".</param>
Kann man das Filtern für Bereiche im pre-Tag irgendwie abschalten oder so?