Vinayak Mehta
Vinayak Mehta
Which terminal are you using? And what is the markdown for that slide? (since it isn't in the examples) I tried setting `bg=black` on a transparent guake terminal but that...
Thanks for the tip! I didn't know about that, I'll look more deeply into how some effects work.
@perminovs I'm able to reproduce this. I'll look into a fix soon.
Thanks for the pointer! I'll look into them.
@MartinThoma I can add you to the PyPI project, what's your username?
I'll follow up on some of these issues in the coming days to make sure everything is set up for the project to not be blocked without me
> @MartinThoma I can add you to the PyPI project, what's your username? I found it! https://pypi.org/user/Martin.Thoma/ Just sent you an invite 
> Use the parse function from the ansimarkup package to render colored output instead of concatenating escape sequences from the colorama package. Any reason why you chose ansimarkup over colorama?...
> Have you thought about seperating it into a pypi.org package, maybe with a more windows-related name ? I thought about it but didn't do it because the script has...
Yes! Right now nbcommands just usels the Pygments' `PythonLexer` to highlight code, we could use the metadata to use other lexers as well.