mokeyish / obsidian-enhancing-export

This is an enhancing export plugin base on Pandoc for Obsidian (https://obsidian.md/ ). It's allow you to export to formats like Markdown、Markdown (Hugo https://gohugo.io/ )、Html、docx、Latex etc.
MIT License
328 stars 20 forks source link

Markdown links/embeds producing errors #162

Open martinm07 opened 7 months ago

martinm07 commented 7 months ago

Whenever a regular markdown link or embed is included in a note, and I try to export that note to any format, I get an error along the lines of

Error at "C:/Path/To/Obsidian/Note"
(line 4, column 2): unexpected 'l' [link](https://google.com) ^

Wikilinks work fine, but these don't... The same is also true for markdown embeds for example ![alt text](path/to/image)

I am on Windows 10, I have the latest version of the plugin installed (1.10.3) with Pandoc version 3.1.12.1.

mokeyish commented 7 months ago

It seems to be the same problem.

https://github.com/mokeyish/obsidian-enhancing-export/issues/163#issuecomment-1962365788

Fenrihr commented 5 months ago

It seems to be the same problem.

#163 (comment)

Same problem, I already tested with the proposal from #163 (comment) but it doesn't solve the problem.

an explanation in #148