mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Rephrase pandoc.path docs (#7548)
This commit is contained in:
+2
-2
@@ -3442,7 +3442,7 @@ filepath
|
||||
|
||||
Returns:
|
||||
|
||||
- `true` iff `filepath` is an absolute path, `false` otherwise.
|
||||
- `true` if `filepath` is an absolute path, `false` otherwise.
|
||||
(boolean)
|
||||
|
||||
### is_relative (filepath) {#pandoc.path.is_relative}
|
||||
@@ -3456,7 +3456,7 @@ filepath
|
||||
|
||||
Returns:
|
||||
|
||||
- `true` iff `filepath` is a relative path, `false` otherwise.
|
||||
- `true` if `filepath` is a relative path, `false` otherwise.
|
||||
(boolean)
|
||||
|
||||
### join (filepaths) {#pandoc.path.join}
|
||||
|
||||
Reference in New Issue
Block a user