mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 02:36:39 +00:00
Equality of Lua objects representing pandoc AST elements is tested by unmarshalling the objects and comparing the result in Haskell. A new function `equals` which performs this test has been added to the `pandoc.utils` module. Closes: #5092