From 5716702dcfdcdd828663d7e738072acebe423947 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 20 May 2023 22:13:49 -0500 Subject: [PATCH] test --- Plugin-Development.md | 3 ++- test1/test2/test.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Plugin-Development.md b/Plugin-Development.md index e156e39..58b114f 100644 --- a/Plugin-Development.md +++ b/Plugin-Development.md @@ -98,4 +98,5 @@ const commands = [{ ### Live Reloading Thanks to JavaScript's flexibility and parsability, the plugin importer scans the plugins folder and reloads the JavaScript plugins on demand as they're modified. This allows faster development/testing/debugging. -## [Additional Examples](https://github.com/RaidMax/IW4M-Admin/tree/release/pre/Plugins/ScriptPlugins) \ No newline at end of file +## [Additional Examples](https://github.com/RaidMax/IW4M-Admin/tree/release/pre/Plugins/ScriptPlugins) +[test](test1/test2/test) \ No newline at end of file diff --git a/test1/test2/test.md b/test1/test2/test.md index b6fc4c6..3b43971 100644 --- a/test1/test2/test.md +++ b/test1/test2/test.md @@ -1 +1 @@ -hello \ No newline at end of file +# hello \ No newline at end of file