-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path2html.sed
executable file
·26 lines (23 loc) · 1.1 KB
/
2html.sed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
s/ _\([^_][^_]*\)_ /<em>\1<\/em>/g
s/ -\([^-][^-]*\)- /<strong>\1<\/strong>/g
s/ =\([^ ][^=]*[^ ]\)= /<strong class=\"alert\">\1<\/strong>/g
s/ @\([^ ][^@]*[^ ]\)@ /<code>\1<\/code>/g
s/ +\([^ ][^+]*[^ ]\)+ /<span style="font-size: 80%">\1<\/span>/g
s/,,/\„/g
s/''/\”/g
s/[~][~]/\∼/g
s/--/\–/g
s/<->/\↔/g
s/->/\→/g
s/<-/\←/g
s/EE/\€/g
s/xx/\×/g
s/SSSS/\ß/g
s/[\~][\~]/\≈/g
s/\[\([^]]*\)\](\([^)]*\))/<a href="\2">\1<\/a>/g
s/^$/<br\/><br\/>/
s/^\(20..\. [^ ]* [0-9]*\.\) == \(.*\)/<strong style=\"font-size: 150%; background: #d0d0d0\">\2<\/strong> \– \1/
s/BIB{\([^}]*\)}{\([^}]*\)}{\([^}]*\)}/<a target="_blank" href="http:\/\/szentiras.hu\/SZIT\/\1\2,\3">\1 \2,\3<\/a>/g
s/REF{\([^}]*\)}/(vö: <a class="date" href="#\1">\1<\/a>)/g
s|LNAV{\([^}]*\)}{\([^}]*\)}|<a class="navigarrow" href="https://sassbalint.github.io/\1">\←</a> előző: <a href="https://sassbalint.github.io/\1">\2</a>|
s|RNAV{\([^}]*\)}{\([^}]*\)}|következő: <a href="https://sassbalint.github.io/\1">\2</a> <a class="navigarrow" href="https://sassbalint.github.io/\1">\→</a>|