You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the obsidian.nvim plugin to autocomplete tags in Obsidian notes, the Unicode character "❯" (U+276F) is inserted into the tags. This causes LaTeX errors when attempting to convert the notes to PDF using Pandoc.
Steps to Reproduce:
Open Neovim with the obsidian.nvim plugin installed.
Attempt to autocomplete tags in an Obsidian note.
Use Pandoc to convert the note to PDF.
Observe the LaTeX error:
Error producing PDF.
! LaTeX Error: Unicode character ❯ (U+276F)
not set up for use with LaTeX.
Expected Behavior:
The tags should not contain the Unicode character "❯".
Actual Behavior:
The tags contain the Unicode character "❯", causing LaTeX errors.
🐛 Describe the bug
When using the
obsidian.nvim
plugin to autocomplete tags in Obsidian notes, the Unicode character "❯" (U+276F) is inserted into the tags. This causes LaTeX errors when attempting to convert the notes to PDF using Pandoc.Steps to Reproduce:
obsidian.nvim
plugin installed.Expected Behavior:
The tags should not contain the Unicode character "❯".
Actual Behavior:
The tags contain the Unicode character "❯", causing LaTeX errors.
Config
Environment
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more info
The text was updated successfully, but these errors were encountered: