「Code syntax testing」:修訂間差異
出自DILA Wiki
imported>Simon (新頁面: - simple code tag <php> echo "Hello World"; </php> - advanced code tag <syntaxhighlight lang="PHP"> echo "Hello World"; </syntaxhighlight> - advanced code tag with line numbers <syntaxhighlight lang="PHP" line> echo "Hello World"; </...) |
imported>Simon 無編輯摘要 |
||
| 行 1: | 行 1: | ||
- simple code tag | - simple code tag (e.g. <php> echo "Hello World"; </php>) | ||
<php> echo "Hello World"; </php> | <php> echo "Hello World"; </php> | ||
於 2008年9月8日 (一) 13:32 的修訂
- simple code tag (e.g. <php> echo "Hello World"; </php>) <php> echo "Hello World"; </php>
- advanced code tag
echo "Hello World";
- advanced code tag with line numbers
echo "Hello World";
- default code tag
echo "Hello World";
- display a list of supported languages
- if invalid language argument, return the language list
echo "Hello World";