Zum Hauptinhalt springen

Admonitions

Admonitions are a 👉 builtin feature of the Docusaurus default theme. This project uses a customized version of the Admonition component, with its own semantics.

Danger

Do not forget to save your work before leaving the site!

Warning

If you get an error saying SyntaxError: expected ':', double-check whether your if-line ends with a :.

check-circleSuccess

It worked 🥳 Well done!

Key Takeaway

We use for-loops to repeat a set of instructions for a known, predetermined number of iterations.

Definition

An algorithm is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. [👉 Wikipedia]

Insight

The tradition of using the string Hello, World! for small test programs goes back to at least 1978, where it was used in the book 👉 The C Programming Language.

Tip

Remember: (255)2 = (11111111)2

Aufgabe

Find a solution to this question.

Nested Admonitions​

Good to know!

Admonitions can be nested.

Design

While nesting Admonitions may be useful in some cases, this can also result in visual clutter.