diff -r 82d254b8f01e -r e377590e9b19 README.md --- a/README.md Wed Jan 31 19:51:10 2018 +0000 +++ b/README.md Mon Apr 20 11:48:40 2020 -0500 @@ -4,10 +4,16 @@ It is not particularly supported or maintained; it was created back in 2009 to build [my own website](http://tuomov.iki.fi/). The engine is still being -used for that purpose. I decided to put the code online now in 2017 after +used for that purpose. I decided to put the code online in 2017 after having had to spend some time to convert it to Lua 5.3 from which the module() function had been removed. -Aside from the included compat_env.lua and the ltp engine (which is has not +Features (see the included example): + + * Embedded Lua code within `<% ... %>` with the ltp engine. + * Advanced markdown features, including syntax highlighting of code blocks, via Pandoc + (select `renderer: pandoc` in the page meta section). + +Aside from the included `compat_env.lua` and the ltp engine (which is has not updated to Lua 5.3, and requires on the compat_env module), the code is in the public domain.