Size: 283
Comment:
|
Size: 1006
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
How to create a page break | == How to create a page break == |
Line 22: | Line 22: |
== !MathJax == {{{highlight html <!DOCTYPE html> <html dir="ltr" lang="en" xml:lang="en"> <head> <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'></script> </head> <body> <p> Hello: $$z = -2.5$$<br/> <table border="1"> <tr> <td>Some stuff about math</td> <td>\(y = \frac{\Delta y}{\Delta x} x +b\)</td> </tr> <tr> <td>Some other stuff and math</td> <td>\(y=x\)</td> </tr> </table> Choose an equation: <select> <option value="A">\(y = m x + b\)</option> <option value="B">Hello</option> </select> </p><p>It seems like you should be able to do inline \(E=mc^2\) or on display $$E=mc^2$$ Math. </p> </body> </html> }}} |
Just a collection of HTML odds and ends
How to create a page break
!MathJax
{{{highlight html <!DOCTYPE html> <html dir="ltr" lang="en" xml:lang="en"> <head> <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'></script> </head> <body> <p> Hello: $$z = -2.5$$<br/> <table border="1"> <tr>
<td>Some stuff about math</td> <td>\(y = \frac{\Delta y}{\Delta x} x +b\)</td>
</tr> <tr>
<td>Some other stuff and math</td> <td>\(y=x\)</td>
</tr> </table> Choose an equation: <select>
<option value="A">\(y = m x + b\)</option> <option value="B">Hello</option>
</select> </p><p>It seems like you should be able to do inline \(E=mc^2\) or on display $$E=mc^2$$ Math. </p> </body> </html> }}}