From 6d923f15071f6f0909518b3933df369ac0d0e4c0 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 15 Aug 2025 17:13:32 +0900 Subject: [PATCH] out_file: add symlink_path_use_relative Signed-off-by: Shizuo Fujita --- output/file.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/output/file.md b/output/file.md index e7fb6368..0ea869b0 100644 --- a/output/file.md +++ b/output/file.md @@ -189,6 +189,11 @@ Creates symlink to temporary buffered file when `buffer_type` is `file`. No syml This is disabled on Windows. +### `symlink_path_use_relative` + +Specify whether it creates symlink using relative path in `symlink_path`. The absolute path is used by default. +This parameter is introduced since v1.19.0. + #### `@log_level` The `@log_level` option allows the user to set different levels of logging for each plugin.