We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert_hn
it seems you intended to override the convert_hn function in markdownify but that function is actually called _convert_hn (see the source).
_convert_hn
So I think that function never actually gets called. And if it were called it would not work properly as it would call a non-existent function.
Changing it to _convert_hn fixes it though I'm not actually sure this patch is needed at all.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it seems you intended to override the
convert_hn
function in markdownify but that function is actually called_convert_hn
(see the source).So I think that function never actually gets called. And if it were called it would not work properly as it would call a non-existent function.
Changing it to
_convert_hn
fixes it though I'm not actually sure this patch is needed at all.The text was updated successfully, but these errors were encountered: