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/howto/project_structure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ In `page.md`, to read `another_table.csv`, you can choose to use:
33
33
-`{{ read_csv("folder/another_table.csv") }}` (Path relative to docs/ directory)
34
34
-`{{ read_csv("another_table.csv") }}` (Path relative to page source file)
35
35
36
-
## Re-using tables across markdown files
36
+
## Reusing tables across markdown files
37
37
38
38
If you want to reuse tables in multiple markdown files, or have many tables, you'll want to store them in a central directory, like `docs/assets/tables`.
39
39
That way, if you restructure your navigation, the links to the tables won't break either.
0 commit comments