`schemars` improperly parses the docstring, causing a missing newline before the codeblock closing tics.
@@ -763,6 +763,7 @@ pub struct NsisConfig {
/// !macro NSIS_HOOK_POSTUNINSTALL_
/// MessageBox MB_OK "PostUninstall"
/// !macroend
+ ///
/// ```
#[serde(alias = "installer-hooks")]
pub installer_hooks: Option<PathBuf>,