diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-13 20:34:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-13 20:34:13 +0100 |
| commit | c46c53948efaf9ccb2597f36954128f914b73179 (patch) | |
| tree | 3ee00d69783ee2421f6344b79f3d355d16e84493 /scripts | |
| parent | b6465fc45c1336b0f89abc551c270fb89d9f19c1 (diff) | |
| download | faker-c46c53948efaf9ccb2597f36954128f914b73179.tar.xz faker-c46c53948efaf9ccb2597f36954128f914b73179.zip | |
chore(deps): update doc-dependencies (#1826)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/apidoc/signature.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/apidoc/signature.ts b/scripts/apidoc/signature.ts index 9cdd7924..d9e1cc44 100644 --- a/scripts/apidoc/signature.ts +++ b/scripts/apidoc/signature.ts @@ -70,7 +70,7 @@ const htmlSanitizeOptions: sanitizeHtml.IOptions = { a: ['href', 'target', 'rel'], button: ['class', 'title'], div: ['class'], - pre: ['class', 'v-pre'], + pre: ['class', 'tabindex', 'v-pre'], span: ['class', 'style'], }, selfClosing: [], |
