asana highlighter

★★★★★
★★★★★
24 users
<
>
PNY 512gb Pro Elite V2 USB 3.2 Gen 2 Flash Drive
★★★★★
★★★★★
Nvidia GeForce RTX 3090 Founders Edition Graphics Card
★★★★★
★★★★★
SanDisk 128GB Ultra Dual Drive Go USB Type-C Flash Drive (SDDDC3-128G-G46)
★★★★★
★★★★★
Wordle The Party Game By Hasbro Factory Sealed
★★★★★
★★★★★
Calculator, Beginner's, TI-108
★★★★★
★★★★★
Fisher-Price Lot Of 3 Fisher Price Little People Figures, City People - Toys & Collectibles | Color: Blue
★★★★★
★★★★★

Currently, Asana does not have code highlighting feature, so until that feature is provided, please use this Chrome extension.

On Asana pages (matches to `https://app.asana.com/*`), if you input source code into comment field as follows, the source code will be highlighted.
```javascript
function() {
  console.log("Hello world!!!") ;
}
```

Since we are using highlight.js, it supports the languages listed below.
https://github.com/highlightjs /highlight.js/blob/main/SUPPOR TED_LANGUAGES.md
Related