uccser / verto

Verto is an extension of the Python Markdown package, which allows authors to include complex HTML elements with simple text tags in their Markdown files.
Other
2 stars 1 forks source link

[Bug]: Documentation for image states that the alt parameter is option, when it is actually required #581

Closed Yamboy1 closed 1 year ago

Yamboy1 commented 1 year ago

Description of the bug

In the documentation for the Image tag: https://verto.readthedocs.io/en/latest/processors/image.html, alt is in the optional tag parameters section, and two examples given do not have an alt tag. However, alt is now required, and trying to use either of the examples provided will cause a verto error.

As a smaller point, the placeholder links are broken, placehold.it (now placeholder.com) has changed their url format.

Steps To Reproduce

Go to the documentation for the Image tag, and try to use one of the examples provided, it will fail.

What device/software are you seeing this problem on?

No response

Additional Information

No response

Code of Conduct

Yamboy1 commented 1 year ago

It looks like this is also the case for the inline-image tag too