function Div(el)
if el.classes:includes('section') then
return pandoc.RawBlock('html', '
', '') .. '>') ..
el.content ..
pandoc.RawBlock('html', '')
elseif el.classes:includes('article') then
return pandoc.RawBlock('html', '', ''):gsub('', '') .. '>') ..
el.content ..
pandoc.RawBlock('html', '')
end
return el
end