Skip to content

Hotfix/mathjax rerendering#716

Open
tpl2go wants to merge 3 commits into
ASKBOT:masterfrom
tpl2go:hotfix/mathjax_rerendering
Open

Hotfix/mathjax rerendering#716
tpl2go wants to merge 3 commits into
ASKBOT:masterfrom
tpl2go:hotfix/mathjax_rerendering

Conversation

@tpl2go

@tpl2go tpl2go commented Sep 13, 2017

Copy link
Copy Markdown

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.

2 participants