local p = {}

function p.common(args)
	local t = ""
	t = t .. "__NOTOC__"
	t = t .. "__NOEDITSECTION__"
	return t
end

return p