Difference between revisions of "Syntaxhighlight"
From HackerNet
Tag: visualeditor |
|||
Line 16: | Line 16: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | === Supportade Språk === | |
− | |||
{| class="wikitable" style="float:left" | {| class="wikitable" style="float:left" | ||
!Code||Language | !Code||Language |
Revision as of 04:05, 2 January 2015
För att highlighta tex en php kod måste man använda source editorn och skriva
<syntaxhighlight lang="php">Kod här</syntaxhighlight>
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>