# Markdown Tables, Task Lists & Footnotes

Aligned columns, checkboxes, and citations export cleanly to PDF.

## Aligned table

| Feature | Status | Priority |
| :--- | :---: | ---: |
| Tables | Ready | 1 |
| Task lists | Ready | 2 |
| Footnotes | Ready | 3 |

## Task list

- [x] Author the Markdown
- [x] Compile to PDF
- [ ] Share with stakeholders

## Citation

GFM footnotes keep a superscript link in the body and the note at the end of the document. See the source note.[^source]

[^source]: PrintifyMarkdown renders GFM footnotes via marked-footnote in the PDF pipeline.
