Code Blue icon

Code Blue

Extension Actions

How to install Open in Chrome Web Store
CRX ID
mbjgnjfkngoogkgohnmbimnpdacdbghb
Status
  • Extension status: Featured
Description from extension meta

Syntax highlighting for code blocks on X/Twitter

Image from store
Code Blue
Description from store

🐦‍⬛ Code Blue
━━━━━━━━━━

Renders blocks of inline code on X/Twitter like:

```js
function sayHello(name) {
console.log(`Hello, ${name}!`);
}
sayHello('World');
```

```rust
fn main() {
println!("Hello, World!");
}
```

```latex
c = \pm\sqrt{a^2 + b^2}
```

📝 Change Log
━━━━━━━
0.2.1:
- Add support for the x.com domain

0.2.0:
- Render LaTeX with https://github.com/KaTeX/KaTeX

0.1.0:
- Render code blocks with https://github.com/PrismJS/prism