0bed0ab5a3
Instead of `$HOME/.pandoc`, the default user data directory is now `$XDG_DATA_HOME/pandoc`, where `XDG_DATA_HOME` defaults to `$HOME/.local/share` but can be overridden by setting the environment variable. If this directory is missing, then `$HOME/.pandoc` is searched instead, for backwards compatibility. However, we recommend moving local pandoc data files from `$HOME/.pandoc` to `$HOME/.local/share/pandoc`. On Windows the default user data directory remains the same. Closes #3582.
14 lines
276 B
Markdown
14 lines
276 B
Markdown
```
|
|
% pandoc --lua-filter=command/lua-pandoc-state.lua --data-dir=foo
|
|
Hello
|
|
^D
|
|
# input files: 0
|
|
output file: nil
|
|
# request header: 0
|
|
resource path: .
|
|
source URL: nil
|
|
user data dir: defined
|
|
trace: false
|
|
verbosity: WARNING
|
|
<p>Hello</p>
|
|
```
|