wiki2adf needs to set orderedList.order for consistency w/ TypeScript

Issue #28 closed
Chris Fuller created an issue

Even though this is arguably silly and pointless because it is the default anyway, the TypeScript code explicitly sets the order attribute to 1 on the orderedList nodes that it produces. This causes consistency issues when using the library, and in particular throws off a few pollinator checks that have hardcoded the expectation that the attribute will be present.

Example: https://atlassian.slack.com/archives/CS7TQF97D/p1689058239853009

Comments (3)

  1. Log in to comment