The discussion centers on the limitations of using LaTeX for creating tables in forum implementations, particularly with MathJax, which has been in use since around 2011. The "tabular" environment is not available, but users can create table-like structures using the "matrix" environment. Examples illustrate how to format matrices to resemble tables, including vertical lines using "vmatrix" and adding horizontal lines with "\hline." The conversation also touches on the parsing behavior of MathJax, noting that matrix environments do not require dollar signs for delimiters. Overall, while traditional table formatting is not possible, users can achieve similar visual results with matrices and other environments.