Files
safishamsi 2acc62f38f fix(obsidian): make _obsidian_tag docstring a raw string (#2862)
The docstring documents the `\w` regex class; as a non-raw string that is an
invalid escape sequence (DeprecationWarning now, SyntaxError in a future Python).
Mark it raw.
2026-08-19 14:07:48 +01:00
..