blocks are lists, but they don't work as such. ``` { - ["a","b","c"] } ``` and ``` { - { - "a" - "b" - "c"; } } ``` should compile to the same latex. it just doesn't. the compiler just gives up at the idea of that being a thing since blocks aren't in the `parseListItem` function. https://github.com/roridev/sampleTeX/blob/037ca921a9362faff0d870fc1709d2984c9d90fd/src/Parser.hs#L264-L268
blocks are lists, but they don't work as such.
and
should compile to the same latex. it just doesn't. the compiler just gives up at the idea of that being a thing since blocks aren't in the
parseListItemfunction.https://github.com/roridev/sampleTeX/blob/037ca921a9362faff0d870fc1709d2984c9d90fd/src/Parser.hs#L264-L268