# Obsidian Callout Features The `+` and `-` make it a foldable callout, designates default --- ```md > [!NOTE] ``` ^d0b8c6 > [!NOTE] --- ```md > [!NOTE]+ > more info ``` > [!NOTE]+ > more info --- ```md > [!NOTE]- > more info ``` > [!NOTE]- > more info --- ```md >[!note] This is a note. >You can add additional information! ``` >[!note] This is a note. >You can add additional information! --- ##### Terms - note - abstract, summary, tldr - info - todo - tip, hint, important - success, check, done - question, help, faq - warning, caution, attention - failure, fail, missing - danger, error - bug - example - quote, cite ##### Examples Summary >[!note] This is a note. > [!abstract] This is an abstract, summary, tldr. > [!info] This is info. >[!todo] This is todo. >[!tip] This is a tip, hint, important. >[!success] This is success, check, or done. >[!question] This is a question, help, faq. >[!warning] This is warning, caution, or attention. >[!fail] This is failure, fail, or missing. >[!danger] This is danger or error. >[!bug] This is a bug. >[!example] This is an example. >[!cite] This is quote or cite. ##### All Examples >[!note] This is a note. > [!abstract] This is an abstract. > [!summary] This is a summary. > [!tldr] This is a tldr. > [!info] This is info. >[!todo] This is todo. >[!tip] This is a tip. >[!hint] This is a hint. >[!important] This is an important. >[!success] This is success. >[!check] This is check. >[!done] This is done. >[!question] This is a question. >[!help] This is help. >[!faq] This is a faq. >[!warning] This is warning. >[!caution] This is caution. >[!attention] This is attention. >[!failure] This is failure. >[!fail] This is fail. >[!missing] This is missing. >[!danger] This is danger. >[!error] This is error. >[!bug] This is a bug. >[!example] This is an example. >[!quote] This is quote. >[!cite] This is cite.