Actions
Bug #102
closedUndefined behavior without document title
Description
During unit testing of DocParser it was found that there is no document title if the first heading in the document has level greater than 1 (and there it no pandoc title).
Correct parser behavior to be investigated since it breaks the DOM (no root element).
Updated by Oleksandr Ivanov 7 months ago
- Due date set to 06/27/2024
- Status changed from New to In Progress
- Target version set to 0.2.4
- Estimated time set to 3:00 h
In addition to the initial issue, it was observed that sometimes one document tree contains sections from two documents.
Investigation with unit tests indicated that initial algorithm of DOM creation was incorrect.
Updated by Oleksandr Ivanov 7 months ago ยท Edited
Implemented with UT: (cbcc0032), (173b799b)
Reviewed in https://github.com/OleksandrIvanovDev/Almirah.Code/pull/40
Updated by Oleksandr Ivanov 7 months ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 80
Updated by Oleksandr Ivanov 7 months ago
- Status changed from Feedback to Closed
- % Done changed from 80 to 100
Actions