Syntax Highlightning

write.as supports syntax highlightning. Just use the typical three backticks with the corresponding name of the programming language. Here I use SQL:

```sql
SELECT *
FROM table

results in:

SELECT *
FROM table

#writeas #til