63 lines
		
	
	
		
			990 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			990 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
 |