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

Hotfix/mathjax rerendering #716

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tpl2go
Copy link

@tpl2go tpl2go commented Sep 13, 2017

Fixes for:

  1. MathJax.Hub.Queue() applied to wrong html element
  2. "With" statement causes TemplateSyntaxError error
  3. users cannot view "about me" section of other users

TemplateSyntaxError encountered when viewing user profile
user profile's about me section is empty except when logged in and
viewing own profile

possibly because "about" attribute does not exist in "view_user"
When typeseting LaTex in answers, preview does not render MathJax.
This is because mathjax's Hub.Queue method is applied to the name 'preview'
while the actual preview element is named 'preview-2'
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

Successfully merging this pull request may close these issues.

None yet

2 participants