Closed
Description
The manual currently says that if --data-dir is not specified the default value is ~/.pandoc/
.
The XDG Base directory spec defines $XDG_DATA_HOME
(~/.local/share
by default) and Pandoc should take this into account.
For compatibility all three locations could be searched: first $XDG_DATA_HOME/pandoc/
, then ~/.local/share/pandoc/
and finally ~/.pandoc/
.