https://bugs.documentfoundation.org/show_bug.cgi?id=169884
--- Comment #5 from Ujjawal Kumar <[email protected]> --- (In reply to Saburo from comment #3) > bibisected with win64-26.2 > can not open 58cfa7b1a5f44b2dbd945db4fd8261b7227c33b6 > can open but document is white 890d2c865215f8a679fbb8e0644e3f73c4c4bb0c > > *** > adding CC: Ujjawal Kumar > Please, take a look? It is most likely a parsing issue by the md4c library. It is treating the content between the ~ in line 1 and 2 as a separate span somehow and calling only the leave_span_callback twice one with link and another with strike through without calling the corresponding enter_span_callback for the strike through leading to an extra popping for the attributes vector. The same condition triggers with other span elements like */_ or **/__. The simplest solution I can propose is adding a check for the the deletion of elements in the attributes vector. I will additionally report this problem in the git repository of the library. -- You are receiving this mail because: You are the assignee for the bug.
