Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Feel free to use images wherever you like.

Image Added

Even Youtube-Videos will work

...

Code Block
languagejs
function helloWorld() {
    alert('Code blocks work to!');
}
 
helloWorld();

Just try it out

Image Modified