diff --git a/pyproject.toml b/pyproject.toml index c58c29b..0cc4418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ baca = "baca.__main__:main" python = "^3.10" textual = "^0.16.0" beautifulsoup4 = "^4.12.0" -markdownify = "^0.11.6" +markdownify = "^1.0.0" appdirs = "^1.4.4" peewee = "^3.16.0" fuzzywuzzy = "^0.18.0" diff --git a/src/baca/utils/html_parser.py b/src/baca/utils/html_parser.py index 5ac4b99..e759349 100644 --- a/src/baca/utils/html_parser.py +++ b/src/baca/utils/html_parser.py @@ -8,7 +8,7 @@ class MarkdownConverter(_MarkdownConverter): - def convert_img(self, el, text, convert_as_inline): + def convert_img(self, el, text, parent_tags): return ""