summarylogtreecommitdiffstats
path: root/install
blob: 5c98efe9d4096ed4cd9d705ec1f765b9072f8ebe (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
  if (( $(vercmp $2 1.8.4-3) < 0)); then
    printf 'There are fix for pandoc export command'
    printf 'In order to use the new command, make sure to "reset" it once under Advanced tab of Preference'
    printf 'Or, if it contains customizations,'
    printf 'Replace `--citeproc --bibliography "$bibliography$"` with `$bibliography$`.'
  fi
}