Skip to content

Commit

Permalink
Merge pull request #389 from lqez/patch-1
Browse files Browse the repository at this point in the history
Update upgrade.rst
  • Loading branch information
lepture authored Aug 13, 2024
2 parents 93fd197 + ca22efd commit 231df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ When customizing renderers, these methods' parameters are changed:
+ link(self, text, url, title=None)
- image(self, src, alt="", title=None)
+ image(self, alt, url, title=None)
+ image(self, text, url, title=None)
- heading(self, text, level)
+ heading(self, text, level, **attrs)
Expand Down

0 comments on commit 231df01

Please sign in to comment.