Titus
Titus
PRs welcome!
Sweet, thanks! #### Setup So, I’m on macOS (latest), and updated to use GNU stuff: * **ispell**: `brew install ispell` * **hunspell**: `brew install hunspell` * **coreutils**: `brew install coreutils`...
That's cool @karlhorky, @kevin940726!
What’s the code? This is likely unrelated to this package, but a difference in how Babel and esbuild handle JSX. In particular, esbuild would probably be wrong, because JSX is...
see also https://github.com/TyrealHu/acorn-typescript btw
Thanks for your patience! > but that was a little bit clunky If we’re getting more options, sure. > For a little context where I was going with this before...
> So having inline highlights for stuff like this is actually rather important for them to see the emphasis visually in their editor > — kentcdodds I want to stress...
Because they can be highlighted, properly, according to CommonMark. No trade offs. But I think the word “highlight” is vague here. Everything is highlighted! The special characters for emphasis/strong/links/images are...
And what happens in those languages/grammars when you don’t do the final `"`? That’s the problem. There’s no backtracking across lines. Everything becomes a string. See my choice b earlier:...
Hey Kent! :) Thanks for the detailed report. And for the reference screenshots! Important to know, is that the goal of this project is broad: to work in GitHub *and*...