[dollarmath] --myst-enable-extensions=dollarmath . $foo$ a $foo bar$ b $$foo$$ $$ a = 1 $$ . foo a foo bar b foo a = 1 . [amsmath] --myst-enable-extensions=amsmath . \begin{equation} a \end{equation} \begin{equation} a \end{equation} \begin{equation*} a \end{equation*} . \begin{equation} a \end{equation} \begin{equation} a \end{equation} \begin{equation*} a \end{equation*} . [deflist] --myst-enable-extensions=deflist . term : definition . term definition . [fieldlist] --myst-enable-extensions=fieldlist . :name: value . name value . [colon_fence] --myst-enable-extensions=colon_fence . :::{note} content ::: . content . [replacements] --myst-enable-extensions=replacements . (c) (C) (r) (R) (tm) (TM) (p) (P) +- ... . © © ® ® ™ ™ § § ± … . [strikethrough] --myst-enable-extensions=strikethrough . ~~foo~~ . Strikethrough is currently only supported in HTML output [myst.strikethrough] foo . [tasklist] --myst-enable-extensions=tasklist . - [ ] foo - [x] bar . foo bar .