Skip to content

Commit a11b3e6

Browse files
committed
fix display bug
1 parent 781edc2 commit a11b3e6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/guides/use-iapp/run-iapp-without-ProtectedData.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,13 @@ const taskId = await iexec.order.matchOrders({
203203

204204
## 🔐 Encrypt Results (Advanced)
205205

206-
::: info DataProtector handles encryption automatically If you're using
207-
DataProtector, result encryption is handled automatically. This section is only
208-
needed for manual encryption when not using DataProtector. :::
206+
::: info
207+
208+
DataProtector handles encryption automatically If you're using DataProtector,
209+
result encryption is handled automatically. This section is only needed for
210+
manual encryption when not using DataProtector.
211+
212+
:::
209213

210214
Secure your outputs with end‑to‑end encryption so only you (the beneficiary) can
211215
read them. Results leave the enclave and may traverse untrusted storage and

0 commit comments

Comments
 (0)