markitdown
markitdown copied to clipboard
ATX Headers for Markdown output
I have tried to convert both PDF and DOCX using various different files, and I am not having much luck with getting correct ATX headers out ( using # ## ### etc for various levels of headings ).
The output is almost always using ** Header **.
Is this due to the way the input file is structured, or is it something you can configure. In the code there is a refence to Markdownify where in one of the formatters an option to use "Markdownify.ATX" is chosen.
Can anyone shed some light on this?