You are viewing an old version of this page. Return to the latest version.
LukasHoenig (talk | contribs) |
Adds customizable syntax highlighting functionality.
(Geshi-)Syntax-Highlight error
<?php
$v = "string"; // Beispielcode
?>
HTML-Text
<?
echo $v; // Ende des PHP-Codes
?>
Adds customizable syntax highlighting functionality.
==Case study==
[http://sourceforge.net/p/bluespice/bugs/294/ (Geshi-)Syntax-Highlight error]
<source lang="php">
<?php
$v = "string"; // Beispielcode
?>
HTML-Text
<?
echo $v; // Ende des PHP-Codes
?>
</source>
[[Category:BlueSpice_free]]
[[Category:Extension]]
[[en:{{FULLPAGENAME}}]][[de:SyntaxHighlight GeSHi]]
Line 3: | Line 3: | ||
==Case study== | ==Case study== | ||
[http://sourceforge.net/p/bluespice/bugs/294/ (Geshi-)Syntax-Highlight error] | [http://sourceforge.net/p/bluespice/bugs/294/ (Geshi-)Syntax-Highlight error] | ||
+ | |||
+ | |||
+ | <source lang="php"> | ||
+ | <?php | ||
+ | $v = "string"; // Beispielcode | ||
+ | ?> | ||
+ | HTML-Text | ||
+ | <? | ||
+ | echo $v; // Ende des PHP-Codes | ||
+ | ?> | ||
+ | </source> | ||
[[Category:BlueSpice_free]] | [[Category:BlueSpice_free]] |