mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
Fix warning messages
This commit is contained in:
parent
4424efb803
commit
d7f0c6cf0e
2 changed files with 2 additions and 1 deletions
|
|
@ -338,6 +338,7 @@ export function transform(text: string): string {
|
||||||
.replace(/^\* \*\*Note\*\* - (.+)$/gm, ':::tip\n$1\n:::')
|
.replace(/^\* \*\*Note\*\* - (.+)$/gm, ':::tip\n$1\n:::')
|
||||||
.replace(/^Note - (.+)$/gm, ':::tip\n$1\n:::')
|
.replace(/^Note - (.+)$/gm, ':::tip\n$1\n:::')
|
||||||
.replace(/^\*\*Warning\*\* - (.+)$/gm, ':::warning\n$1\n:::')
|
.replace(/^\*\*Warning\*\* - (.+)$/gm, ':::warning\n$1\n:::')
|
||||||
|
.replace(/^\* \*\*Warning\*\* - (.+)$/gm, ':::warning\n$1\n:::')
|
||||||
.replace(/^\*\s([^*])/gm, '- $1')
|
.replace(/^\*\s([^*])/gm, '- $1')
|
||||||
// Replace links
|
// Replace links
|
||||||
.replace(
|
.replace(
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# ► Torrent Sites
|
# ► Torrent Sites
|
||||||
|
|
||||||
**Warning** - It's best to avoid sites that allow anyone to make accounts when getting both software and games. Avoid users in the [Unsafe](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/unsafe-sites/) or [Untrusted](https://rentry.org/pgames#untrusted-uploaders) lists.
|
* **Warning** - It's best to avoid sites that allow anyone to make accounts when getting both software and games. Avoid users in the [Unsafe](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/unsafe-sites/) or [Untrusted](https://rentry.org/pgames#untrusted-uploaders) lists.
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue