style: updated some stylistic things across the new markdown rendering implementation
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-22 13:20:56 -06:00
parent c21fd47b42
commit c60d3e7cda
4 changed files with 160 additions and 5 deletions
+1
View File
@@ -54,5 +54,6 @@ fn render_messages(app: &AppConfig, messages: &[Message]) -> Result<()> {
_ => {}
}
}
Ok(())
}