Hacker News new | ask | show | jobs
by kstrauser 264 days ago
I contest this. It has no features of programming languages: no way to set or read variables, or to evaluate expressions, or any kind of flow control.

If it’s a programming language, so is Markdown. (It’s not, either.)

1 comments

Take a look at this conditional here:

<picture> <source media="(prefers-color-scheme: dark)" srcset="logo_dark.svg"> <img src="logo.svg" alt="logo" width="48"> </picture>

"(prefers-color-scheme: dark)" is CSS