Release notes

This commit is contained in:
FlightControl
2017-05-17 10:27:38 +02:00
parent c036b68f40
commit b96628eba8
3 changed files with 462 additions and 46 deletions

19
Utils/Patterns.txt Normal file
View 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]