From 2d9293dbbc69a4ed4f146f5bd7a9ff1a8603d250 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 21 Feb 2025 19:16:09 +0000 Subject: [PATCH] docs: regenerate markdown docs --- docs/index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3afeb43..0dca7df 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,11 +63,10 @@ ZipEntry:isSymlink(): boolean Resolves the path of the entry based on its relationship with other entries. It is recommended to use this method instead of accessing the `name` property directly, although they should be equivalent. -:::warning -Never use this method when extracting files from the ZIP, since it can contain absolute paths -(say `/etc/passwd`) referencing directories outside the current directory (say `/tmp/extracted`), -causing unintended overwrites of files. -::: +> [!WARNING] +> Never use this method when extracting files from the ZIP, since it can contain absolute paths +> (say `/etc/passwd`) referencing directories outside the current directory (say `/tmp/extracted`), +> causing unintended overwrites of files. ```luau ZipEntry:getPath(): string