RichardAffolter
Results
1
comments of
RichardAffolter
I fixed this by providing a [style map](https://github.com/mwilliamson/python-mammoth?tab=readme-ov-file#writing-style-maps) to the `convert()` function. ``` from markitdown import MarkItDown style_map = """ p[style-name='Title'] => h1:fresh p[style-name='Subtitle'] => h2:fresh """ md = MarkItDown()...