- From: Hodges, Jeff <jeff.hodges@paypal.com>
- Date: Tue, 30 Aug 2016 22:33:13 +0000
- To: Tab Atkins Jr. <jackalmage@gmail.com>
- CC: "spec-prod@w3.org" <spec-prod@w3.org>
Received on Tuesday, 30 August 2016 22:33:46 UTC
On 8/30/16, 11:53 AM, "Tab Atkins Jr." <jackalmage@gmail.com<mailto:jackalmage@gmail.com>> wrote: Nonsensical errors suddenly popping up throughout the spec usually indicate that one of the handful of transformations that operate on the raw text of the document (before HTML parsing) is misfiring, and yeah, that's what happened here. I'm trying to get better compat with CommonMark, and that means dealing with both inline code spans and fenced code blocks. My code to ignore the start of code blocks was misfiring, and as a result large portions of your spec were being treated as escaped code rather than working HTML. ^_^ Fixing now. great, thanks. =JeffH
Received on Tuesday, 30 August 2016 22:33:46 UTC