Kyle Barron
Kyle Barron
I hadn't looked at #190 in a while. I'll take a look at it again. Note that there is a difference between ` ```{=latex}` and ` ```latex `. The former...
I have added highlighting for the inline spans as well. It doesn't sound like I'll be able to write correct tests until we have a resolution of `$base` vs `$self`...
@Aerijo Your `language-latex2e` works well embedded for general markup or math:  But you [still use `$base` inside tabular environments](https://github.com/Aerijo/language-latex2e/blob/4f2b8361bcef29df184ba7fbea0ae776027199c9/grammars/latex.cson#L1124-L1136), so it doesn't look great for tables:  Any chance...
Everything should be fixed when my PR to language-latex gets merged.
Can you point me to where I can add a PR for this? I tried ``` NODE_OPTIONS="-r esm --experimental-repl-await" jupyter notebook ``` and `await` syntax still doesn't work. I'd be...
Spent a few minutes on this. I'm guessing it has to do with how node interprets `--eval`. You need `--eval {server_code}` to be able to run the jupyter server, but...
I also tried putting ```js require('esm') ``` in a file called by `--startup-script`, but `import` still didn't work in the jupyter console.
When I set `NODE_OPTIONS="-r esm --experimental-repl-await"`, Atom won't start. I'm guessing that conflicts with some Electron requirements.
@nikitakit it might be helpful to have a section of the issue template that asks for the enabled settings.
I haven't looked into why this bug is happening (and it doesn't happen for me) but with the extend option turned off, the normal Hydrogen setting is applied, which means...