I want to export selected parts from the docling document to markdown. (Titles and paragraphs, but NO footers, headers, ...) I wanted to do this by calling `doc.export_to_markdown(labels = {"title","paragraph"})` But this does not work. eg. there are still tables returned but no paragraphs.