Code Blue

#0 / 0 rate

Code Blue

232 users

2023-07-18

Pact Interactive

pact-interactive@googl...

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Description

Syntax highlighting for code blocks on X/Twitter

šŸ¦ā€ā¬› 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