Open SkepticMystic opened 3 years ago
One can use $x + y$ for inline math cells, but use $$x + y$$ for centered math cells. These each serve their own purpose. But when running the prettifier, centered math cells are change to inline cells
$x + y$
$$x + y$$
Same here, when I intended to have the display math, this prettifier always revert it to inline math...
You could use line breaks to solve this problem
One can use
$x + y$
for inline math cells, but use$$x + y$$
for centered math cells. These each serve their own purpose. But when running the prettifier, centered math cells are change to inline cells