cortav  Diff

Differences From Artifact [3a20caca9a]:

To Artifact [810c155515]:


   343    343   			rs.macAdd 'strike'
   344    344   			rcc.prop.color = 'del'
   345    345   		elseif s.style == 'insert' then
   346    346   			rs.macAdd 'insert'
   347    347   			rcc.prop.color = 'new'
   348    348   		end
   349    349   		rs.renderSpans(rcc, s.spans, b, sec)
   350         -	end;
          350  +	end
          351  +
          352  +	function spanRenderers.codepoint(rc, s, b, sec)
          353  +		utf8.char(s.code)
          354  +	end
   351    355   
   352    356   	function spanRenderers.link(rc, l, b, sec)
   353    357   		rs.renderSpans(rc, l.spans, b, sec)
   354    358   		rs.linkctr = rs.linkctr + 1
   355    359   		rs.macAdd 'footnote'
   356    360   		local p = rc:span(string.format('[%u]', rs.linkctr))
   357    361   		if type(l.ref) == 'string' then