hugo-theme-anubis2/exampleSiteMultilingual/content/posts/advanced copy.md
2024-04-09 20:03:09 +08:00

1.0 KiB

+++ author = "Hugo Authors" title = "Usage of code, pre, kbd" date = "2024-04-09" description = "Guide to advanced usage of Anubis2" tags = [ "emoji", ] +++

<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.