Use GitHub-specific markdown (#67)
See https://github.com/community/community/discussions/16925
This commit is contained in:
parent
f9a682f1c3
commit
ea14bad85d
@ -86,7 +86,8 @@ The replacement string we used is:
|
|||||||
|
|
||||||
Which, using the above example, would replace the code with:
|
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
|
```js
|
||||||
abc.isStaff = function () {
|
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 :)
|
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).
|
If you need more help, ask in the support channel in our [Discord Server](https://discord.gg/D9uwnFnqmd).
|
||||||
|
Loading…
Reference in New Issue
Block a user