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

TeXify emits improper HTML #13

Open
leerho opened this issue Oct 1, 2019 · 3 comments
Open

TeXify emits improper HTML #13

leerho opened this issue Oct 1, 2019 · 3 comments

Comments

@leerho
Copy link

leerho commented Oct 1, 2019

HTML parameters must be enclosed in quotes ("). If they are not Jekyll will consider the entire image html to be text and it will not render properly. For example:

What TeXify emits:

What it needs to be:

GitHub (I think) uses Jekyll to render pages and sites. Even if there were a configuration to change Jekyll behavior, I would have access to the GitHub version of it.

I can reproduce this failure on my on laptop with using Jekyll locally.

Please fix this :) :)

@leerho
Copy link
Author

leerho commented Oct 1, 2019

Let me try this again but without the opening and closing brackets "<" and ">" so it won't try to render :)

What TeXify emits:
<img src="/docs/Tuple/tex/4b83ab92144c8118c40653189ab60df5.svg?invert_in_darkmode&sanitize=true" align=middle width=81.54091274999998pt height=22.831056599999986pt/>

What it needs to be:
<img src="/docs/Tuple/tex/4b83ab92144c8118c40653189ab60df5.svg?invert_in_darkmode&sanitize=true" align="middle" width="81.54091274999998pt" height="22.831056599999986pt"/&gt:

@leerho
Copy link
Author

leerho commented Oct 1, 2019

I substituted < and >

@MrKaiWu
Copy link

MrKaiWu commented Nov 9, 2019

Same issue here. Please fix it, thanks!

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

No branches or pull requests

2 participants