thephm/hal_md

emails with "Re: " in subject line cause invalid `subject: ` frontmatter to be generated

Opened this issue · 1 comments

thephm commented

Saw this be generated which is not valid frontmatter:

tags: 
  - email
subject: Re: reconnect

should be the following I think:

tags: 
  - email
subject: "Re: reconnect"
thephm commented

and this:

time:21:15

should be:

time: "21:15"