diff options
| author | FoxChillz <[email protected]> | 2025-10-13 01:48:33 +1300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-12 14:48:33 +0200 |
| commit | d3ed33bd005a7b54a11fbaf43b60ee5e28ab070d (patch) | |
| tree | 91066ae73f7aacf8eba2d7fc0519dd50f1c0e6b7 | |
| parent | 001abd1d963963b82b0a4b79302284b2ffaf4345 (diff) | |
Fixed missing backtick. (#11209)
| -rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index fc92aad5b..e3816a99a 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -7874,7 +7874,7 @@ set at startup. For full documentation, see the [pandoc-lua] man page. processed on a server, this has the potential to reveal anything readable by the process running the server. Using the `-f html+raw_html` will mitigate this threat by causing the whole `iframe` - to be parsed as a raw HTML block. Using `--sandbox will also + to be parsed as a raw HTML block. Using `--sandbox` will also protect against the threat. 5. If your application uses pandoc as a Haskell library (rather than |
