21 lines
326 B
ReStructuredText
21 lines
326 B
ReStructuredText
[header]
|
|
language = *
|
|
charset = utf-8
|
|
[data]
|
|
|
|
# we want to split anyway even if this characters are written without spaces
|
|
/-/ --> " "
|
|
/\[/ --> " "
|
|
/\]/ --> " "
|
|
/\(/ --> " "
|
|
/\)/ --> " "
|
|
/\</ --> " "
|
|
/\>/ --> " "
|
|
/\{/ --> " "
|
|
/\}/ --> " "
|
|
/(\S)!/ --> "$1"
|
|
/CD(\d+)/ --> "CD $1"
|
|
|
|
/beat it/i --> "beat-it"
|
|
|