Strip title from rss/atom 'summary'(ie., body).
This used to look really ugly in most feed readers.
This commit is contained in:
parent
f01bfb63ec
commit
b5800c33ef
3 changed files with 6 additions and 2 deletions
|
|
@ -121,3 +121,7 @@ fn mkbpost {
|
|||
}
|
||||
status=$_status
|
||||
}
|
||||
|
||||
fn strip_title_from_md_file {
|
||||
sed '1N; /^.*\n===*$/N; /.*\n===*\n$/d'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue