@import ../template.nml %% # Running lua code Running lua code is done using the following syntax: ``Lua, %%`` ## Lua to text To convert the return value of your lua code, append ``"`` at the start of your lua expression: * ``Lua, %<"return "Hello World">%`` → %<"return "Hello World">% * ``Lua, %<" "Hello, " .. "World">%`` → %<" "Hello, " .. "World">% ## Parse lua string Additionnaly, you can output lua to be parsed by the document's parser. To do so, append ``!`` at the start of your lua expression: * ``Lua, %%`` → %% * ``Lua, %%`` → %%