Whitespace change.

This commit is contained in:
Uriel 2009-07-28 23:58:32 +02:00
parent f6faca3ea9
commit cb97e355bf

View file

@ -90,8 +90,8 @@ fn get_md_file_attr {
sed -n '/^\* '$2': /p; /^\* '$2': /q; /^$/q' < $1
}
# File title extraction
# File title extraction
fn get_md_title {
#sed 's/^(................................................................[^ ]*).*$/\1/g; 1q' < $1
sed -n -e '1N; /^.*\n===*$/N; /.*\n===*\n$/!b' -e 's/\n==*\n//p' < $1