Skip to content

Commit

Permalink
Add support for align attribute rendering Markdown headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Oct 9, 2020
1 parent 53ee5a9 commit e8bcd85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme_renderer/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"span": ["class"],
"th": ["align"],
"td": ["align"],
"h1": ["align"],
"h2": ["align"],
"h3": ["align"],
"h4": ["align"],
"h5": ["align"],
"h6": ["align"],
"code": ["class"],
"p": ["align"],
}
Expand Down

0 comments on commit e8bcd85

Please sign in to comment.