mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-09-22 21:52:42 +00:00
.github
content
advanced
features
Latex.md
Mermaid diagrams.md
RSS Feed.md
SPA Routing.md
backlinks.md
callouts.md
folder and tag listings.md
full-text search.md
graph view.md
index.md
no-code layout configuration.md
popover previews.md
syntax highlighting.md
table of contents.md
upcoming features.md
tags
build.md
configuration.md
custom domain.md
hosting.md
index.md
migrating from Quartz 3.md
philosophy.md
quartz-transform-pipeline.png
showcase.md
quartz
.gitattributes
.gitignore
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
globals.d.ts
index.d.ts
package-lock.json
package.json
quartz.config.ts
quartz.layout.ts
tsconfig.json
64 lines
987 B
Markdown
64 lines
987 B
Markdown
---
|
|
title: Callouts
|
|
---
|
|
|
|
> [!warning]
|
|
> Wondering why callouts may not be showing up even if you have them enabled? You may need to reorder your plugins so that `Plugin.ObsidianFlavoredMarkdown()` is _after_ `Plugin.SyntaxHighlighting()`.
|
|
|
|
> [!info]
|
|
> Default title
|
|
|
|
> [!question]+ Can callouts be nested?
|
|
>
|
|
> > [!todo]- Yes!, they can.
|
|
> >
|
|
> > > [!example] You can even use multiple layers of nesting.
|
|
|
|
> [!EXAMPLE] Examples
|
|
>
|
|
> Aliases: example
|
|
|
|
> [!note] Notes
|
|
>
|
|
> Aliases: note
|
|
|
|
> [!abstract] Summaries
|
|
>
|
|
> Aliases: abstract, summary, tldr
|
|
|
|
> [!info] Info
|
|
>
|
|
> Aliases: info, todo
|
|
|
|
> [!tip] Hint
|
|
>
|
|
> Aliases: tip, hint, important
|
|
|
|
> [!success] Success
|
|
>
|
|
> Aliases: success, check, done
|
|
|
|
> [!question] Question
|
|
>
|
|
> Aliases: question, help, faq
|
|
|
|
> [!warning] Warning
|
|
>
|
|
> Aliases: warning, caution, attention
|
|
|
|
> [!failure] Failure
|
|
>
|
|
> Aliases: failure, fail, missing
|
|
|
|
> [!danger] Error
|
|
>
|
|
> Aliases: danger, error
|
|
|
|
> [!bug] Bug
|
|
>
|
|
> Aliases: bug
|
|
|
|
> [!quote] Quote
|
|
>
|
|
> Aliases: quote, cite
|