Tables
Option A
Use pure HTML <table> within the slide content.
Options B
Use CellView with "Display"->"markdown". For example:
MDXTable=CellView["
| Material | V ${}^\\circ/(\\textrm{T}~\\textrm{cm})$ | $\\lambda$ (nm) | Ref. |
|-------------------------------------|----------------------------------------|-----------------|-------------------------------------------|
| Bilayer semiconductor MoSe2 | $10^7$ | 800 | Benjamin Carey et al. Nature Comm. 2024 15 |
| Nano particles PS-CoNP | $10^3$ | 1310 | Chemistry of Materials 2022 34 |
| Pr$^{3+}$ doped glass | $35$ | 1310 | |
| Topological insulator Bi$_2$Se$_3$ | $1000$ | 8265 | L. Ohnoutek Scientific Reports 6 2016 |
| FePS3 antiferromagnet | $629$ | 68879 | Kartik P. et al. arxiv 2025 |
| Helimagnet CuFe$_{1-x}$Ga$_x$O$_2$ | $450$ | $10^6$ | S. Kibayash et al. NATURE COMM. 5:4583 |
", "Display"->"markdown"];
Then place it directly on a slide:
.slide
You content...
<MDXTable/>
