diff options
author | botato <63275405+botatooo@users.noreply.github.com> | 2022-10-08 10:21:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 19:21:27 +0200 |
commit | ea14bad85dec098c0a36d1ae2ff02ae059c98e42 (patch) | |
tree | 716652a0dbd49374ec3c187e10cb089314bad1a3 /docs | |
parent | f9a682f1c3b50e8b6e44d3fb71aec4a36961f38c (diff) | |
download | Vencord-ea14bad85dec098c0a36d1ae2ff02ae059c98e42.tar.gz Vencord-ea14bad85dec098c0a36d1ae2ff02ae059c98e42.tar.bz2 Vencord-ea14bad85dec098c0a36d1ae2ff02ae059c98e42.zip |
Use GitHub-specific markdown (#67)
See https://github.com/community/community/discussions/16925
Diffstat (limited to 'docs')
-rw-r--r-- | docs/2_PLUGINS.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/2_PLUGINS.md b/docs/2_PLUGINS.md index 71ec7f9..a80afa6 100644 --- a/docs/2_PLUGINS.md +++ b/docs/2_PLUGINS.md @@ -86,7 +86,8 @@ The replacement string we used is: Which, using the above example, would replace the code with: -> :exclamation: In this example, `$1` becomes `abc` +> **Note** +> In this example, `$1` becomes `abc` ```js abc.isStaff = function () { @@ -98,6 +99,7 @@ The match value _can_ be a string, rather than regex, however usually regex will Once you've made your plugin, make sure you run `pnpm lint` and make sure your code is nice and clean, and then open a PR on github :) -> :exclamation: Make sure you've read [CONTRIBUTING.md](../CONTRIBUTING.md) before opening a PR +> **Warning** +> Make sure you've read [CONTRIBUTING.md](../CONTRIBUTING.md) before opening a PR If you need more help, ask in the support channel in our [Discord Server](https://discord.gg/D9uwnFnqmd). |