aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.md b/README.md
index 9a2ba59..90d857b 100644
--- a/README.md
+++ b/README.md
@@ -111,20 +111,6 @@ Note that:
* Note that none of these constructs can be nested. E.g. `{{foo|{{bar}} }}` or
`{{foo|<raw>test</raw>}}` will not work as you might expect.
-## Lua shebangs
-
-Files can start with a shebang like `#!hello`, which will
-interpret the following text with the `view` function returned
-by in this case `bin/hello.lua`, e.g.
-
-```lua
-function view(text)
- return '<pre>' .. gitpad.html_escape(string.upper(text)) .. '</pre>'
-end
-
-return {view=view}
-```
-
## Contributing
Feedback, bug reports and suggestions are welcome!