PaulKinlan / logseq-webpage-title

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove leading and trailing spaces from title

ubuntudroid opened this issue Β· comments

Some URLs return titles with leading and/or trailing spaces which confuse the markdown parser.

Example URL: https://android-developers.googleblog.com/2022/04/first-preview-privacy-sandbox-android.html

A solution would be to simply trim the title.

 [
Android Developers Blog: The first developer preview of Privacy Sandbox on Android
](https://android-developers.googleblog.com/2022/04/first-preview-privacy-sandbox-android.html)

For my reference.

This was a good catch. I'll investigate

πŸŽ‰ This issue has been resolved in version 1.0.2 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

Neat, works perfectly fine now - thanks for the quick fix! πŸ€—