Test-Source: Porovnání verzí

Z Milan Kerslager
Přejít na: navigace, hledání
(Test)
(Explanation)
Řádka 1: Řádka 1:
Text text text
+
Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text.
  
 +
== There should be a box with colored source ==
 
<source lang="C">
 
<source lang="C">
 
#include <stdio.h>
 
#include <stdio.h>
Řádka 10: Řádka 11:
 
</source>
 
</source>
  
Text text text
+
== And there should be normal pre-formatted source ==
  
 
  #include <stdio.h>
 
  #include <stdio.h>

Verze z 18. 9. 2008, 00:06

Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text.

There should be a box with colored source

#include <stdio.h>

int main()
{
  printf("Ahoj svete!\n");
}

And there should be normal pre-formatted source

#include <stdio.h>

int main()
{
  printf("Ahoj svete!\n");
}