7 lines
		
	
	
		
			120 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
function RawInline(ri)
 | 
						|
    if ri.format == "html"
 | 
						|
        then return pandoc.Str("")
 | 
						|
        else return ri
 | 
						|
    end
 | 
						|
end
 |