matthewwithanm/python-markdownify

Add option to convert titles into `# title` style

Closed this issue · 2 comments

Add option to convert titles into `# title` style

You can just set heading_style to ATX

Thanks!