aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-09 23:04:41 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-09 23:04:41 +0200
commit506c84f1cf5f8fd59bc811d5b0073195e9e33068 (patch)
tree23539fcc2b617bb1381ce540c7506b254307145b
parent8fd0f17b7bcca4725046ca82d3193b9986fe1faa (diff)
Add new doctype syntax to README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fad71d3..486fcb8 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ to write JavaScript/Ruby/etc. scripts, which just isn’t good enough.
## Syntax Example
```gsp
+!html{}
+
html lang="en" {
head {
meta charset="UTF-8"