- Convert the `example PDFs` with the old `pdf-to-markdown` and write them to text files
- Compare the text files with the conversion of the current code
- Next:
- Improve the current code to match good conversions of the old code
- Adapt the text files in case the current conversion is better than the old
- Current tests are breaking
* Way to do the markdown transformation of inline formats (bold, italic, link, footnote, etc..) at the end and not in the middle
* Introduce StashingStream as a helper