Posted on the command line 9. Juli 2023 This post was written on the command line with the help of Write.as' command line client. Here's how to do it: Weiterlesen...
Syntax Highlightning 9. Juli 2023 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