diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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! |