diff options
author | ikoamu <ikoamu@gmail.com> | 2024-02-04 20:34:44 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-02-04 20:34:44 +0900 |
commit | ee545b08b791f22715eda3d03c741395869a340f (patch) | |
tree | fc7630455e7d0c0f329f10d67ae3be71f1e0897a | |
parent | 3633e9c9968df50afbd1a71ea61712e1330c90e2 (diff) |
update README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -51,3 +51,11 @@ jobs: org-roam-db-filename: <org-roam-filename>.db deploy-to-pages: true ``` + +### Show Image + +You can create an `img` directory directly under the repository and display image files stored there. + +```org +[[./img/test.png]] +``` |