input.md:
Actual:
> pandoc input.md --to typst
$\| x \| > 0$
Renders in Typst PDF as:

Expected:
Or ideally $|x| > 0$, but I understand there are some reasons to not default to auto-scaling delimiters. Either renders as:

This is new behavior, I think because escaping all paired delimiters is relatively new in texmath?