Skip to content

Commit

Permalink
refactor: optimize rendering of math equations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Oct 1, 2024
1 parent ff7e2c2 commit d21876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax/blocks/downloads_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ impl DownloadsBlock {
Compress::new(&contents).get()?;
Covers::new(&contents).get().await?;
Tasks::qr_codes(&contents).await?;
Math::new(&contents).render()?;

let _ = Math::new(&contents).render();
Vars::get_open(&contents, flags.no_open_link).await;
ReadMeBlock::render_var_and_save_file(&contents, flags).await?;

Expand Down

0 comments on commit d21876d

Please sign in to comment.