Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ansimarkup instead of colorama for color support. #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

P403n1x87
Copy link

Use the parse function from the ansimarkup package to render colored
output instead of concatenating escape sequences from the colorama
package.

En passant, also used the MarkdownLexer to highlight markdown cells.

Use the parse function from the ansimarkup package to render colored 
output instead of concatenating escape sequences from the colorama 
package.

En passant, also used the MarkdownLexer to highlight markdown cells.
@vinayak-mehta
Copy link
Owner

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? I'll test your change today.

En passant, also used the MarkdownLexer to highlight markdown cells.

Thanks for the MarkdownLexer!

@P403n1x87
Copy link
Author

@vinayak-mehta I think that ansimarkup, togrther with f-strings, makes the code more readable and easier to maintain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants