Notebook to Test Markdown Cells

Cell with Attached Image

{#fig:id1 placement='H'}

\cref{fig:id1} mkdown_ref

Cell with Linked Image

{#fig:id2 width=50%}

Cell with Math

inline: $a = b$

$$a = b$$

{#eq:id1} $$c &= d \\ other &= e$$ {#eq:id2 env=align .unnumbered}

Cell with Table

A B A and B
False False False
True False False
False True False
True True True

Table: Caption. {#tbl:id}

\cref{tbl:id}

References Using @ Notation

?@cell-with-link-to-header, and multiple references +[@tbl:id; @eq:id1]