walter-boente_book-collection/lua/blockquote.lua

6 lines
109 B
Lua
Raw Normal View History

2026-01-19 22:14:03 +01:00
function Para(el)
if el.style then
io.stderr:write("STYLE: " .. el.style .. "\n")
end
return el
end