Avatar

Test des Code-Highlightnings (Technical Issues)

by Auge @, Friday, April 27, 2018, 12:44 (2163 days ago)

Hallo

Code-Block ohne Sprachangabe.

SELECT id, username, usergroup FROM tbl_users WHERE usergroup = 5;

Code-Block ohne Sprachangabe.

<body>
 <header>
  <h1>Page Title</h1>
 </header>
 <main>
  <section>
   <h2>Section Header</h2>
   <p>A bit of content.</p>
  </section>
  <section>
   <h2>Section Header</h2>
   <ol>
    <li>list item #1</li>
    <li>list item #2</li>
    <li>list item #3</li>
    <li>list item #4</li>
   </ol>
  </section>
 </main>
 <footer>
  <p>A notice about my page.</p>
 </footer>
</body>

Code-Block mit Sprachangabe "sql".

SELECT id, username, usergroup FROM tbl_users WHERE usergroup = 5;

Code-Block mit Sprachangabe "html".

<body>
 <header>
  <h1>Page Title</h1>
 </header>
 <main>
  <section>
   <h2>Section Header</h2>
   <p>A bit of content.</p>
  </section>
  <section>
   <h2>Section Header</h2>
   <ol>
    <li>list item #1</li>
    <li>list item #2</li>
    <li>list item #3</li>
    <li>list item #4</li>
   </ol>
  </section>
 </main>
 <footer>
  <p>A notice about my page.</p>
 </footer>
</body>

Tschö, Auge

  • locked

Complete thread:

RSS Feed of thread