When converting tex code to png images for tools that support TeX (like Anki), some recipes on the net recommend to use the standalone class because of its trimming capabilities. Using just standalone instead of article, as usually proposed, quickly shows discrepancies, e.g. when using lists.
But can we expect that a one-page-article usually will work when using its contents with
\documentclass[varwidth]{standalone}
or, after wrapping it in a box or minipage, with just \documentclass{standalone}? Which LaTeX constructs will not work?
varwidthoption (or thevarwidthenvironment). However, in my answer for "Convert LaTeX (Tikz) Anki Note to .png Error" I try to describe robust methods for using Anki with pdflatex, and I'd like to mention the known limits of thestandaloneapproach. – gernot Oct 09 '16 at 19:23\par(or equivalent) will not work without thevarwidthoption. I thought you were asking about cases that won't work with despite thevarwidthoption (which I have encountered). – Alan Munn Oct 09 '16 at 19:28