Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upPossible bug: HTML code in the source code rendered is not displayed but rendered #93
Comments
This comment has been minimized.
This comment has been minimized.
|
Yup, that sounds like a bug to me! |
BurntSushi
added
the
bug
label
Feb 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nbro commentedFeb 3, 2016
I wanted to use Latex math notation to write simple formulas in the docstrings, etc, but since I discovered it's still not possible to do it, and I am not even sure if you plan to add this feature, I decided to use plain HTML for example to render powers or subscripts, etc.
What I noticed is that in the source code of the function in the produced documentation, subscripts and superscripts produced with HTML code are rendered, instead of the HTML code to produce them being displayed, since the source code should actually show the real source code, I guess. Is this a bug or something that you wanted to achieve for some reason, or maybe you simply didn't think about it?
Here's an example