For a complete list of LaTeX commands supported here, see the itex2MML Commands Summary.
Fenced code blocks for Fortran code:
~~~~~ {: lang=fortran }
print *, "Hello, world"
~~~~~
| _your text_ | → | your text | 
| **your text** | → | your text | 
| `my code` | → | my code | 
| * Bulleted list * Second item  | → | • Bulleted list • Second item  | 
| 1. Numbered list 1. Second item  | → | 1. Numbered list 2. Second item  | 
| Definition list : is useful  | → | 
  | 
| [link name](URL) | → | link name | 
|  | → | Image | 
| ## Header ## ### Subheader ### #### Subsubhead#### ##### Etc. #####  | → | Header
           Subheader Subsubhead Etc.  | 
| *** | → | Horizontal rule | 
| Some text[^fine] here. [^fine]: The fine print.  | → | A footnote | 
| *[LA]: Los Angeles *[ppm]: parts per million  | → | Abbreviations |