Callout

Default title

Can callouts be nested?

Aliases: "abstract", "summary", "tldr"

Aliases: "info"

Aliases: "todo"

Aliases: "success", "check", "done"

Aliases: "question", "help", "faq"

Aliases: "failure", "missing", "fail"

Aliases: "danger", "error"

Aliases: "bug"

Aliases: "example"

Aliases: "quote", "cite"

[Fetching Title#6kdx](https://github.com/jackyzha0/quartz/blob/v4/docs/features/callouts.md

Mermaid

sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!

Syntax Highlighting

title…
export function trimPathSuffix(fp: string): string {
  fp = clientSideSlug(fp)
  let [cleanPath, anchor] = fp.split("#", 2)
  anchor = anchor === undefined ? "" : "#" + anchor
 
  return cleanPath + anchor
}
export function trimPathSuffix(fp: string): string {
  fp = clientSideSlug(fp)
  let [cleanPath, anchor] = fp.split("#", 2)
  anchor = anchor === undefined ? "" : "#" + anchor
 
  return cleanPath + anchor
}

Embeds

  • ![[Path to image]]: embeds an image into the page
  • ![[Path to image|100x145]]: embeds an image into the page with dimensions 100px by 145px
  • ![[Path to file]]: transclude an entire page
  • ![[Path to file#anchor|Anchor]]: transclude everything under the header Anchor
  • ![[Path to file#^b15695|^b15695]]: transclude block with ID ^b15695

Syntax