| 04:40 | <bakkot> | devsnek: it's two linebreaks in the the
bits |
| 04:41 | <bakkot> | ecmarkup ought to give location information; odd that it doesn't |
| 04:42 | <bakkot> | seems to be because it's in a table, though I don't know why that should prevent it from giving location information |
| 04:42 | <bakkot> | oh, no, I do know why |
| 04:42 | <bakkot> | sigh |
| 04:59 | <bakkot> | https://github.com/tc39/ecmarkup/pull/329 has a fix so that ecmarkup will properly give location information for this case |
| 05:00 | <bakkot> | anyway the actual fix is to delete one of the linebreaks in the above snippet, and the same in the other place that happens |
| 05:00 | <bakkot> | ecmarkdown is sensitive about multiple consecutive linebreaks, for some reason |