diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-10 20:19:26 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-10 20:20:00 +0200 |
commit | adb23b20e8d2f360e9b20499bff10734890810ac (patch) | |
tree | 916aba7b040755d1e5cab033049f55e037ccf1b1 /README.md | |
parent | 7eac3c24255a86257d42ab38668cbd88dc96f55b (diff) |
Remove all XML support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -7,11 +7,6 @@ far too bloated, visually polluting your documents. support for such things, just use a programming- or macro language such as Python or M4. -`GSP` also supports transpilation into XML. This is exactly the same as -transpilation to HTML except tags with no children take the form of `<tag/>` -instead of `<tag>`. To enable XML transpilation, add an XML document type at -the top of your document. - ## Why Not Use Pug or [INSERT LANGUAGE HERE] Simply put, they are all trash. Pug has decent syntax but requires you use @@ -23,8 +18,6 @@ to write JavaScript/Ruby/etc. scripts, which just isn’t good enough. ## Syntax Example ```gsp -!html{} - html lang="en" { head { meta charset="UTF-8" |