diff --git a/site/src/github.rs b/site/src/github.rs index 85f74c92f..4b7562c14 100644 --- a/site/src/github.rs +++ b/site/src/github.rs @@ -75,7 +75,8 @@ pub async fn unroll_rollup( format!("{}…", m.split_at(59).0) } }) - .unwrap_or_else(|| format!("#{}", c.original_pr_number)); + .unwrap_or_else(|| format!("#{}", c.original_pr_number)) + .replace('|', "\\|"); writeln!( &mut string, "|#{pr}|{message}|{commit}|",