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

Possible bug: HTML code in the source code rendered is not displayed but rendered #93

Open
nbro opened this issue Feb 3, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@nbro
Copy link

commented Feb 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

screen shot 2016-02-03 at 21 19 50

@BurntSushi

This comment has been minimized.

Copy link
Contributor

commented Feb 3, 2016

Yup, that sounds like a bug to me!

@BurntSushi 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
You can’t perform that action at this time.