Closed orta closed 3 years ago
I'll make fenceparser throw with the index of the error within the meta string, but twoslash has to try-catch that and add a line number because fenceparser doesn't have the line number data.
Yeah, I think it's definitely Twoslash's responsibility to show the error message via a try catch. It will have enough information to show the full fence meta on it's own too - so you might not need to do anything inside fenceparser
Aye, but where?