mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
20 lines
306 B
Plaintext
20 lines
306 B
Plaintext
Replace hyperlinks from md to bb
|
|
\[(.*?)\]\((.*?)\)
|
|
[URL="$2"]$1[/URL]
|
|
|
|
Replace bold from md to bb
|
|
\*\*(.*?)\*\*
|
|
[b]$1[/b]
|
|
|
|
Replace heading 3 from md to bb
|
|
### (.*?)$
|
|
[SIZE=5]$1[/SIZE]
|
|
|
|
Replace heading 2 from md to bb
|
|
## (.*?)$
|
|
[SIZE=6]$1[/SIZE]
|
|
|
|
Replace heading 1 from md to bb
|
|
# (.*?)$
|
|
[SIZE=7]$1[/SIZE]
|