DataTable header markdown

Is there a straightforward way for me to use Markdown in the headers of my datatable? The following doesn’t do anything:

style_header={'presentation': 'markdown'},

@zoeyrose Markdown presentation in the headers in not currently supported. You can add presentation: 'markdown' to the individual items in columns to display with markdown in the data cells.