WordPress doesn’t support this out the box so you’d need to know how Tex support is implemented on that blog.
Looking at the raw HTML suggests tex2jax_ignore
which heavily implies Mathjax is being used. A quick look at Math stack exchange suggests they’re using MathJax v2.7.5. Having said that, Stack exchange doesn’t use HTML the same way that comments do so you won’t get a like for like result if you copy paste from MSE, links will need changing to HTML format rather than markdown etc.
Note that this is also going to be unique to that site, other sites may use a different plugin to implement Tex support, or most likely not at all. Some sites might even support markdown letting you do a direct copy paste!
The only way to be sure is to try, or ask the sites owner.
Related Posts:
- Add option to disable comments on a per posts basis?
- Paginate result set from $wpdb->get_results()
- Change Comment Author Display Name
- How to allow the reply link to remain on the comment form after I have reached my 10 nested comment limit?
- Threaded comments – deleting parent comment leads to orphan comments
- How to remove commenters ability to add hyperlinks to comments?
- How can I edit the email sent when a new comment is received?
- How to remove or replace the log-in link for comment replies?
- How to Block Access to Standard Login Flow and Comment Flow
- Add Comment Custom Field
- Remove link preview in discussion dashboard
- Can’t add default comments to custom post type
- Prevent Contributor to show comment list
- where to modify get_comment_author_link()?
- Does Akismet plugin expose any hooks, functions, class that can work with custom code?
- Comments Feed & Custom Post Statuses
- Multiple Comment Forms in a single page [closed]
- Displaying comments with a walker: how to distinguish between parent and child comments
- Count parent comments & replies separately?
- How to modify comments form using comment_form()?
- Capability for allowing user to post own comments without moderation
- Comment count wrong with orphaned comments
- Comment form problem with comment_author_url and HTML5 input placeholders
- How would I count the number of times a comment meta field’s value is in a post’s entire comments?
- Get comment content by comment ID
- stackexchange-like submit comment window
- Retrieve comments from current post using SQL
- Display recent comments with gravatar and excerpts?
- Cannot get local avatars to show [closed]
- Limit user to one comment
- Is comment metadata included in the export file?
- Get a List of All Commenters on the Current Post
- WordPress comments on users profile
- wordpress threaded comments – customize nested ul / how child ul is displayd
- How to make a secure blog that is completely private?
- identify and delete spam comments from 3000 pending comments
- Hide comments column in WordPress backend
- Removing the limit on the number of nested comments
- How to call my custom WordPress Comment form without getting the comments?
- Auto delete comment if Contains
- How would I add the comment count to this sub-pages of current page snippet
- How can I test why the comment hook is not working?
- API Hook for After Commenting (for sharing on Facebook)
- How do i remove “Website” field from WordPress comments
- Placed on + only date (not time)
- Loading Comments From a Class?
- WordPress comments work locally only?
- comment reply by email
- Filtering the Admin Comments List to Show Only Comments from the Current User?
- Ajax submit comments
- Comment Link from get_comments()?
- How do I automatically insert some text in the comment textbox on submit?
- I cannot view the comments
- if null or int(0) value to 0
- Problem with WordPress Comment
- In wp_list_comments comment dates won’t work?
- Only show own comments in admin panel
- I can’t post comment via REST API
- how to SELECT for the current post id?
- Sending comment notifications to different recipients depending on taxonomy terms
- wp_new_comment requires author url and author email
- Replying to comments
- Custom comment link
- How to display the user’s comment status on the front end
- unsetting required fields in the comment reply form
- Wrong IP address in comment section
- Problem code and show comments
- Highlight comments made by registered users of the site
- It doesn’t matter if I have more than one comment. get_comments_number still equal to one?
- Simple spam check for valid domain in commenter’s email address
- Allowing WordPress.org/com accounts on a self-hosted install
- How to remove the “comments” bit that appears next to or below the posts
- Post comments don’t show
- Get all comments associated with a specific page ID (comment_post_ID)
- Update post “A” on comment submition on post “B”
- I would like to count number of comments after 5 days ago
- Comments counter only for Authors Posts
- Pre- Approved Comment Capability
- Delete comments function
- Comment form not working
- Necessary to have a comments.php if there are no comments?
- Comments page id wp_list_comments
- transition_comment_status gets called when untrashing comments
- spacebar is not working in input and textarea
- wp-editor-area textarea disapear on cancel-comment-reply-link click
- Conditionally process comments while ignoring replies
- Required Field for Comment parent only?
- Can I use WP comments for custom tables?
- How do I separate author avatars and comments in 3.4.2?
- writing a plugin, how to disable the comment form altogether?
- How do I convert users who put an email and username for a comment into registered users? [duplicate]
- What filter or action to replace comments or add new comment system
- Function to get a list of all comments on 1 post [closed]
- Auto delete WordPress comments
- How stop the process of submitting a comment if a fields are empty?
- How to disable comments on new blog post, but allow on new products?
- Customize the new comment notifications sent to the post author after the comment is approved
- Get approved comments or comments that the author is me
- Show/Hide comments
- How to remove website url field from comment form completely?