Geeks
matthewwithanm
/
python-markdownify
Readme
Issues
Stargazers
Watchers
Add option to convert titles into `# title` style
Closed this issue
2 years ago
·
2
comments
perkfly
commented
2 years ago
Add option to convert titles into `# title` style
ifloppy
commented
2 years ago
You can just set heading_style to ATX
perkfly
commented
2 years ago
Thanks!