Parse the content of an align environment into an array of row objects. Each row object looks like
{ cells: [...], colSeps: [...], rowSep: ..., trailingComment: ... } Copy
{ cells: [...], colSeps: [...], rowSep: ..., trailingComment: ... }
... may be an ast node or null.
...
null
Optional
Generated using TypeDoc
Parse the content of an align environment into an array of row objects. Each row object looks like
...
may be an ast node ornull
.