Skip to content

Commit

Permalink
Fix default for needToSanitizeHtml
Browse files Browse the repository at this point in the history
  • Loading branch information
burashka committed Jul 19, 2024
1 parent 6ae0d0b commit 0350c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Standard YFM settings are listed below. Depending on the tool you use, you can c
| `disableLiquid` | Disable the use of variables | `bool` | `false` |
| `supportGithubAnchors` | Generate additional [anchors](./syntax/base.md#headers) that are compatible with GitHub | `bool` | `false` |
| `lang` | Localization language of default texts | `string` | `ru` |
`needToSanitizeHtml` | Need to sanitize the generated HTML | `bool` | `false`
`needToSanitizeHtml` | Need to sanitize the generated HTML | `bool` | `true`
`sanitizeOptions` | Sanitizer configuration | `Object` | `undefined`
`linkifyTlds` | Allow set tld for the linkify plugin | `string \| string[]` | `undefined`
2 changes: 1 addition & 1 deletion ru/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
`disableLiquid` | Отключить использование переменных | `bool` | `false`
`supportGithubAnchors` | Генерировать дополнительные [якоря](./syntax/base.md#headers), совместимые с GitHub | `bool` | `false`
`lang` | Язык локализации дефолтных текстов | `string` | `ru`
`needToSanitizeHtml` | Нужно ли санитайзить сгенерированный HTML | `bool` | `false`
`needToSanitizeHtml` | Нужно ли санитайзить сгенерированный HTML | `bool` | `true`
`sanitizeOptions` | Конфигурация санитайзера | `Object` | `undefined`
`linkifyTlds` | Настройка tld для плагина linkify | `string \| string[]` | `undefined`

0 comments on commit 0350c8a

Please sign in to comment.