feat: add markdown renderer for review documents

This commit is contained in:
2026-04-08 22:49:10 +08:00
parent f4b21c182f
commit 75e3239a16
4 changed files with 229 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ pub mod cli;
pub mod error;
pub mod model;
pub mod output;
pub mod render;
pub fn run() -> anyhow::Result<()> {
Ok(())