We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676581c commit 8216e5aCopy full SHA for 8216e5a
README.md
@@ -293,6 +293,7 @@ Converts the source document to HTML.
293
* Source documents may reference files outside of the source document.
294
To disable access to any such external files during the conversion process,
295
pass `external_file_access=False`.
296
+ This is highly recommended when converting untrusted user input.
297
298
* `convert_image`: by default, images are converted to `<img>` elements with the source included inline in the `src` attribute.
299
Set this argument to an [image converter](#image-converters) to override the default behaviour.
0 commit comments