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

Syntax highlighting in code blocks #36

Open
anukul opened this issue Aug 12, 2019 · 3 comments
Open

Syntax highlighting in code blocks #36

anukul opened this issue Aug 12, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@anukul
Copy link

anukul commented Aug 12, 2019

Feature request.

def say_hello(name: str):
    print(f"hello {name}!")

say_hello("world")
@plibither8
Copy link
Owner

The markdown parser that I'm using currently doesn't support syntax highlighting. Nevertheless, I understand the need for it. I'll maybe look into other parsers that do offer syntax highlighting. Thanks!

@plibither8 plibither8 added the enhancement New feature or request label Aug 12, 2019
@anukul
Copy link
Author

anukul commented Aug 12, 2019

@plibither8
Copy link
Owner

Yup, I just got to know about the first one! I'll take a look at them :)

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

No branches or pull requests

2 participants