···1414- `[[Path to file | Here's the title override]]`: produces a link to `Path to file.md` with the text `Here's the title override`
1515- `[[Path to file#Anchor]]`: produces a link to the anchor `Anchor` in the file `Path to file.md`
1616- `[[Path to file#^block-ref]]`: produces a link to the specific block `block-ref` in the file `Path to file.md`
1717+1818+### Embeds
1919+2020+- `![[Path to image]]`: embeds an image into the page
2121+- `![[Path to image|100x145]]`: embeds an image into the page with dimensions 100px by 145px
2222+- `![[Path to file]]`: transclude an entire page
2323+- `![[Path to file#Anchor]]`: transclude everything under the header `Anchor`
2424+- `![[Path to file#^b15695]]`: transclude block with ID `^b15695`
+4
docs/setting up your GitHub repository.md
···3333```bash
3434npx quartz sync
3535```
3636+3737+> [!hint]
3838+> If `npx quartz sync` fails with `fatal: --[no-]autostash option is only valid with --rebase`, you
3939+> may have an outdated version of `git`. Updating `git` should fix this issue.