diff --git a/src/main.rs b/src/main.rs index c986839..70f2380 100644 --- a/src/main.rs +++ b/src/main.rs @@ -172,10 +172,7 @@ async fn send_comic(cfg: Config, ctx: SenderCtx) -> Result<(), reqwest::Error> { ("photo", info.img), ( "caption", - format!( - "*{}. [{}]({})*\n\n{}", - ctx.comic_id, info.title, ctx.url, info.alt, - ), + format!("{}. {}\n\n{}", ctx.comic_id, info.title, info.alt), ), ]) .send()