I try to add a table in my H5P exercise using latex. As mentioned here I am using the '$$' notation in front of the latex code but I also tried the '( ... )' notation. However, I always get the following error:
Unknown environment 'table'
This is the code I am adding to the exercise body:
Question 1
\( f(x) = \frac{A_0}{2} + \sum \limits_{n=1}^{\infty} A_n \cos \left( \frac{2 n \pi x}{\nu} - \alpha_n \right) \)
$$\begin{table}[] \begin{tabular}{|l|c|} 1 & 2 \end{tabular} \end{table} \)$$
The first part (the function) is working fine and shown correctly. However, for the table I just get the error.
Can somebody help me out here?