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 2ae2402 commit 660da13Copy full SHA for 660da13
README.md
@@ -379,6 +379,7 @@ Converts the source document to HTML.
379
* `externalFileAccess`: Source documents may reference files outside of the source document.
380
To disable access to any such external files during the conversion process,
381
set `options.externalFileAccess` to `false`.
382
+ This is highly recommended when converting untrusted user input.
383
384
* `convertImage`: by default, images are converted to `<img>` elements with the source included inline in the `src` attribute.
385
Set this option to an [image converter](#image-converters) to override the default behaviour.
0 commit comments