For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Balkrishna Pandey -
Jennie Ocken (she/her) -
Ella (she/her/elle) -
Balkrishna Pandey -
Once suspended, thphuc will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, thphuc will be able to comment and publish posts again.
Once unpublished, all posts by thphuc will become hidden and only accessible to themselves.
If thphuc is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Phuc Tran.
They can still re-publish the post if they are not suspended.
Thanks for keeping Forem Creators and Builders 🌱 safe. Here is what you can do to flag thphuc:
Unflagging thphuc will restore default visibility to their posts.
Oldest comments (1)
I don't think so. I believe the current best practice would be to use mathml or mathjax. MathML wraps its content in
<math>
tags, but browser support seems inconsistent andmath
is not a permitted html tag in Forem's markdown processor.A quick check (including the "math" tag for a^2 + b^2 = c^2 from the example on the mdn page and previewing) shows that's not automatically happening.
I think you can include math expressions as attached images, but I don't know of a way to add them directly. There might be one of the embeddable sources (via a liquid tag) that have better support for this.
MathJax seems like a good option here (it supports LaTeX math mode commands) -
$$ a^2 + b^2 $$
syntax, but that's not currently enabled (It would require adding a script to the editor and article/comment view pages). I don't know that there have been many other discussions about this, but it seems like it could be a good addition.