Skip to content

Commit 3c5538d

Browse files
committed
fix: put icon back
1 parent 5291656 commit 3c5538d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authoring/includes.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To include a file, add the `{{{< include >}}}` shortcode at the location in your
1717
Include shortcodes are equivalent to copying and pasting the text from the included file into the main file.
1818
This means that relative references (links, images, etc.) inside the included file resolve based on the directory of the main file not the included file.
1919

20-
::: {.callout-tip icon="false"}
20+
::: {.callout-tip}
2121
Use absolute (to the project root) paths for links and images in included files to ensure they resolve correctly, *e.g.*, `{{< include /path/to/file.qmd >}}`.
2222
:::
2323

0 commit comments

Comments
 (0)