Skip to forum content

missing Forum

out of the blue edition

You are not logged in. Please login or register.


Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields with bold label must be completed before the form is submitted.

Required information for guests


Required information

Topic review (newest first)

3

Wie kommst du darauf? Du siehst sie doch (fast) gar nicht. big_smile

2

Schwarze Schrift auf Carbon sieht doof aus.

1

Mit der Erweiterung können Code-Abschnitte mit farblicher Syntax-Hervorhebung versehen werden. Dazu muss im Code-Tag die Sprache angegeben werden. Z.B.

[co de=cpp]int main(void) { stdout << "Hello world\n"; return 0; }[/co de]

int main(void) { stdout << "Hello world\n"; return 0; }

[co de=php]function test() { echo "Hello world!\n"; }[/co de]

function test() { echo "Hello world!\n"; }

[co de=html]<html><head><title>Hello</title></head><body><p>World</p></body></html>[/co de]

<html><head><title>Hello</title></head><body><p>World</p></body></html>