From d3ed33bd005a7b54a11fbaf43b60ee5e28ab070d Mon Sep 17 00:00:00 2001 From: FoxChillz <83687824+FoxChillz@users.noreply.github.com> Date: Mon, 13 Oct 2025 01:48:33 +1300 Subject: Fixed missing backtick. (#11209) --- MANUAL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3