Import hs-plugins cvs
This commit is contained in:
17
docs/munge.sed
Normal file
17
docs/munge.sed
Normal file
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/sed -f
|
||||
|
||||
# de-boldify and <p>-ify the Contents.
|
||||
|
||||
/Contents/ {
|
||||
:loop
|
||||
/Go to/ {
|
||||
b end
|
||||
}
|
||||
s,<p>,,
|
||||
s,<b>,,
|
||||
s,</b>,,
|
||||
s,</p>,,
|
||||
n
|
||||
b loop
|
||||
}
|
||||
:end
|
Reference in New Issue
Block a user