Andrew Ray

Results 18 comments of Andrew Ray

Can we please calm down? I'm not trying to be nasty about this. When do you expect v9 to release?

Given that it seems you and I are in agreement that this particular issue won't actually manifest in our projects, I think we can wait that long. I'll try to...

We're having this issue also, and the workaround is not acceptable for us. I can't just tell my end users to update their automation code and expect it to be...

@VietND96 Sorry, I have people relying on this system and don't have the luxury of experimenting with it. A quick rollback is about all I can get away with. I'm...

Hmm. For some reason, that doesn't fix my actual test, though it does fix the MWE. I'm not sure why. As a workaround, I'm just injecting the correct output into...

``` latex \documentclass{report} \usepackage[outputdir=build]{minted} \begin{document} \begin{minted}[autogobble,escapeinside=@@]{nodejsrepl} > test2; NodeList (6) [ @\textit{Test2}@ ] \end{minted} \end{document} ``` ![image](https://github.com/gpoore/minted/assets/43610734/09c1d0a0-18d1-4ce8-a3e5-245c4ec0ef9b) I can see forbidding indentation of the `>` symbol, but forbidding indentation in...

I have opened https://github.com/pygments/pygments/issues/2666 for this issue.

> Image/screenshot broken. That's very strange. I just copied it from gpoore/minted#388.