# Obsidian Formatting ## Core Formatting >[!NOTE] many details in the sandbox vault ```button name Open Sandbox Vault type command action Open sandbox vault color blue ``` ^button-gl7z #### [[Obsidian Link Features|Links]] ![[Obsidian Link Features#^abb83d]] #### [[Obsidian Headers Features|Heading]] ![[Obsidian Headers Features#^ac3410]] #### [[Obsidian Emphasis Features|Emphasis]] ![[Obsidian Emphasis Features#^c4eef3]] ![[Obsidian Emphasis Features#^f3a36a]] #### [[Obsidian Lists Features|Lists]] ![[Obsidian Lists Features#^6f61db]] ![[Obsidian Lists Features#^f112bb]] #### [[Obsidian Tasks Features|Tasks]] ![[Obsidian Tasks Features#^d741a2]] #### [[Obsidian Callout Features|Callout]] ![[Obsidian Callout Features#^d0b8c6]] Options are ![[Obsidian Callout Features#Examples Summary]] #### [[Obsidian Footnote Features|Footnote]] ![[Obsidian Footnote Features#^e7c01a]] #### [[Obsidian Tables Features|Tables]] ![[Obsidian Tables Features#^58c898]] #### [[Obsidian Code Blocks|Code Block]] ![[Obsidian Code Blocks#^486acf]] #### Comment ``` %% This text will be hidden in the reading view %% ``` ^292be3 #### Images ```md ![Obsidian|200](https://obsidian.md/images/banner.png) ``` ^d87967 The "|200" resizes the image #### Fields/Properties ``` --- field1: some field2: example field3: subfield: example subfield2: another one --- ``` Reference the subfields like: `field3.subfield`