Skip to main content

Anubis2

Usage of code, pre, kbd

Table of Contents

# <code>

Direct Code

A verrrrrryyyyy llloooonnnggg coooodeeee

code is here

multiline
code
here
interface User {
  id: number
  firstName: string
  lastName: string
  role: string
}
 
function updateUser(id: number, update: Partial<User>) {
  const user = getUser(id)
  const newUser = { ...user, ...update }
  saveUser(id, newUser)
}

# <pre>

pre text
pre text
pre text

# <kbd>

Press CTRL + C to copy text (Windows).

Press CMD + C to copy text (Mac OS).

Press CTRL+ALT+Delete to end the session.

Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.

Press CTRL+ALT+Delete to end the session.