Kitchen Sink

Note, that Devicon is used in this book which allows the usage of .devicon-* icons.

All combined

import this

Code Blocks in Block Quotes

Hello World.

This is a block quote.

#![allow(unused)]
fn main() {
println!("Hello World");
}

Automatic language detection

[[player]]
name = "john"
score = 3

Enforce no language

puts "hey"
puts "ho"
puts "let's go"

External icon

Make sure you have an internet connection.

numpy==1.26.2

Hiding lines

<!DOCTYPE html>
<html>
<body>
  <h1>Hello World</h1>
  <p>Click on the eye icon on the right side of the code block</p>
</body>
</html>

Multiple classes

puts "hi"