mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Release notes
This commit is contained in:
19
Utils/Patterns.txt
Normal file
19
Utils/Patterns.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
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]
|
||||
Reference in New Issue
Block a user