Hauptseite: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
<strong> | <strong>...Um die Grafikmöglichkeiten eines Wikis zu veranschaulichen.</strong> | ||
== Überschrift == | |||
* Bulletpoints | |||
** more of them | |||
* even more | |||
---- | |||
# Numbered bullets | |||
# keine | |||
## Idee | |||
### für | |||
## Inhalt. | |||
=== Unterüberschrift === | |||
<s> anders formatierter Text </s> | |||
==== Unterunterüberschrift ==== | |||
Ein Zitat | |||
<blockquote> Perhaps even more than constituted authority, it is social uniformity and sameness that harass the individual most. </blockquote> | |||
Emma Goldman, ''The Individual, Society and the State'' (1940) | |||
=====Unterunterunterüberschrift ===== | |||
Beispiel für eine neue Programmiersprache, siehe: https://github.com/Brainrotlang/brainrot/blob/main/docs/the-brainrot-programming-language.md | |||
<nowiki> | |||
cap is_prime(rizz n) { | |||
edgy(n < 2) { | |||
bussin L; | |||
} | |||
flex(rizz i = 2; i * i <= n; i++) { | |||
edgy(n % i == 0) { | |||
bussin L; | |||
} | |||
} | |||
bussin W; | |||
} | |||
</nowiki> | |||
====== Unterunterunterunterüberschrift ====== | |||
(Hier findet man noch mehr Möglichkeiten bzgl. Formatierungsoptionen)[https://www.mediawiki.org/wiki/Help:Formatting] | |||
Spannende Seiten für den Linux Alltag: | |||
https://explainshell.com/ | |||
https://robotmoon.com/bash-prompt-generator/ | |||
https://regexr.com/ | |||
== Starthilfen == | == Starthilfen == | ||
Version vom 21. Mai 2026, 10:11 Uhr
...Um die Grafikmöglichkeiten eines Wikis zu veranschaulichen.
Überschrift
- Bulletpoints
- more of them
- even more
- Numbered bullets
- keine
- Idee
- für
- Inhalt.
- Idee
Unterüberschrift
anders formatierter Text
Unterunterüberschrift
Ein Zitat
Perhaps even more than constituted authority, it is social uniformity and sameness that harass the individual most.
Emma Goldman, The Individual, Society and the State (1940)
Unterunterunterüberschrift
Beispiel für eine neue Programmiersprache, siehe: https://github.com/Brainrotlang/brainrot/blob/main/docs/the-brainrot-programming-language.md cap is_prime(rizz n) { edgy(n < 2) { bussin L; } flex(rizz i = 2; i * i <= n; i++) { edgy(n % i == 0) { bussin L; } } bussin W; }
Unterunterunterunterüberschrift
(Hier findet man noch mehr Möglichkeiten bzgl. Formatierungsoptionen)[1]
Spannende Seiten für den Linux Alltag: https://explainshell.com/ https://robotmoon.com/bash-prompt-generator/ https://regexr.com/