53aafd6643
The `text` module is preloaded in lua. The module contains some UTF-8 aware string functions, implemented in Haskell. The module is loaded on request only, e.g.: text = require 'text' function Str (s) s.text = text.upper(s.text) return s end |
||
---|---|---|
.. | ||
block-count.lua | ||
hello-world-doc.lua | ||
implicit-doc-filter.lua | ||
markdown-reader.lua | ||
metatable-catch-all.lua | ||
plain-to-para.lua | ||
single-to-double-quoted.lua | ||
smallcaps-title.lua | ||
strmacro.lua | ||
undiv.lua | ||
uppercase-header.lua |