magento  »  test hjgkh

testljol

BuzzEins  »  Formatierungsmöglichkeiten innerhalb eines Artikels

Beispiel Auflistung:

    main.cpp

  • 1

  • 2

  • 3

  • 4



    geht so:

<ol>main.cc</ol>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
</ul>


    Beispiel Code

//	HelloWorld.cpp

#include <iostream>
using namespace std;

main()
{
 cout << "Hello World" << endl;

//	`endl' - new line
}


    geht so:


<ol>Beispiel Code</ol>
<code>
//	HelloWorld.cpp

#include <iostream>
using namespace std;

main()
{
 cout << "Hello World" << endl;

//	`endl' - new line
}



    Beispiel Überschriften:

    Beispiel H1
    Beispiel H2
    Beispiel H3

    Beispiel H4


    Beispiel H5

    Beispiel H6