-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Adds syntax highlighting for reST markup. #92
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
Conversation
This uses the Pygments library (http://pygments.org/) to add syntax highlighting to reStructuredText markup. The output probably won't be all that pretty until classes are kept in the resulting markup (see also #68 & #72), but at least such blocks now appear in the output.
I'd love to have this patch merged. |
+1 would be nice to see it merged soon |
Yep +1 too |
why doesn't this get merged? would be really useful. |
I, too, would love to see this supported. |
I would also like to see this merged, or at least some discussion of what can be done to get this merged? |
I support this, i would like to use this in my README.rst |
I don't understand. My README.rst already appears to be rendered reasonably enough: https://github.com/tahoe-lafs/pycryptopp/blob/master/README.rst What am I missing? |
zooko: It doesn't support syntax highlighted inline code blocks. (Widely used as the .. code-block:: directive.) |
This would be pretty great to have merged. |
Would love to have this available. |
🍰 |
+1 |
1 similar comment
+1 |
Or GitHub can upgrade to the newly released docutils 0.9, which does Pygments-based syntax highlighting for "code" blocks. See #114 http://docutils.sourceforge.net/RELEASE-NOTES.html#release-0-9-2012-05-02 |
+1 indeed :P |
+1 :) |
+1 as well. |
This has been fixed. We now highlight reStructuredText code blocks. |
Bryan (or whoever did it at github), thank you! |
✨ 🍰 ✨ |
Awesome. Thank you! You probably want to close #114 too then. |
That's great! Thank you! |
Awesome news! |
This uses the Pygments library (http://pygments.org/) to add syntax
highlighting to reStructuredText markup.
The output probably won't be all that pretty until classes are kept in the
resulting markup (see also #68 & #72), but at least
such blocks now appear in the output.