-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
introduce python syntax highlighting #12
Labels
Comments
code chunks currently use .python rather than .language_python. are we looking to change these tags, or just find what code chunks are currently not tagged as python code? |
@gboushey I believe it should be changed to .language_python to enable the new syntax highlighting feature of the lesson template. |
I'm working on this one. |
Pull request #37 addresses this issue. |
Thanks @sechilds. This can be closed. |
zkamvar
pushed a commit
to zkamvar/python-socialsci
that referenced
this issue
Apr 7, 2021
….5.2 Update to styles v9.5.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Code chunks should have the tag
.language-python
as described here. This will make the code show up with standard Python color coding and other standard aesthetics.
The text was updated successfully, but these errors were encountered: