walter-boente_book-collection/lua/blockquote.lua
2026-01-19 22:14:03 +01:00

6 lines
No EOL
109 B
Lua

function Para(el)
if el.style then
io.stderr:write("STYLE: " .. el.style .. "\n")
end
return el
end