v3.2.1

Patch version of v3.2.0.

This could've been a feature version, but I published this mainly to fix major bugs in v3.2.0.

Added features

# Used to strip the http url hostpart of a link to get a relative link
# e.g. for value "https://git.com/user/repo/-/wikis/mywiki/" then:
#   "https://git.com/user/repo/-/wikis/mywiki/folder/markdown.md" --> /folder/markdown.md
md_source_host_urls: []
toggles:
  # gitlab is case insensitive, this setting should be true when converting a wiki from that source
  # note that this does not impact the output, Hello.md will be written to Hello.html
  force_filename_to_lowercase: False

Bugfixes