Version (please complete the following information):
- OS: Windows
- Browser: Vivaldi
- Web Clipper version: 1.2.1
- Obsidian version: 1.12.7 (not matter)
Describe the bug
When clip page containing angle brackets, the clippers does not escaping them, but Defuddle does.
Expected behavior
The angle braces must be escaped
URLs where the bug occurs
https://habr.com/ru/companies/amnezia/articles/1014636/
To reproduce
Steps to reproduce the behavior:
- https://habr.com/ru/companies/amnezia/articles/1014636/
- Find
<b 0xHEX>
- Select it and press clipper icon. It shows exactly same text, which can lead to render problems in Obsidian. But Defuddle converts the same string to
<b 0xHEX\> - escaping right bracket. The later variant is normally renders in Obsidian.
Your template file
not matter
Version (please complete the following information):
Describe the bug
When clip page containing angle brackets, the clippers does not escaping them, but Defuddle does.
Expected behavior
The angle braces must be escaped
URLs where the bug occurs
https://habr.com/ru/companies/amnezia/articles/1014636/
To reproduce
Steps to reproduce the behavior:
<b 0xHEX><b 0xHEX\>- escaping right bracket. The later variant is normally renders in Obsidian.Your template file
not matter