scripts/local/share/sav-quotes/format-qdb-quotes.sed

11 lines
209 B
Sed

# first we remove indentation from the start of lines
s/^ *//
# Convert the quote headers to %
1,$ s/^\#.*/%/
s/Comment:/\nComment:/
s/- \[.*//
/\[\s\+\]/d
1,/TodayLatestBestTopWorst/d
/save page/,$d
/^ *$/d