You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/authoring/includes.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To include a file, add the `{{{< include >}}}` shortcode at the location in your
17
17
Include shortcodes are equivalent to copying and pasting the text from the included file into the main file.
18
18
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.
19
19
20
-
::: {.callout-tip icon="false"}
20
+
::: {.callout-tip}
21
21
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 >}}`.
0 commit comments