Abstract
Write an abstract here.
Separate the title of the abstract from the rest of the body or a heading from the rest of the body using a blank line.
One line per line is fine.
The abstract is unformatted.
Introduction¶
This is an introduction It is possible to convert any list to a table using the list table option.
How to add tables¶
- Add tables as list tables
- Convert a list to a table
- Use a markdown table as a list table
Table 1:Test
| test | test2 |
| test3 | test4 |
Cross-reference a table¶
If you want to cross-reference a table, use [](#table_name). Doing this will produce a highlighted table number that will be automatically updated. Example: As seen in Table 1, this is a thing blah blah.
We can also write a markdown table and then use it as a list table.
Table 2:Markdown table as list table
|
In this case Table 2 is a list table
Figures and images can be added¶

Figure 1:This image of cat is taken off the web
I can refer to the image as Figure 1
I could also save this image of the cat to the local folder where I have the paper and then replace the rest of the url with ./, it would have the same effect.