Closed dreadlocked closed 1 year ago
I'm using Obsidian as markdown editor, it add images with this syntax:
![[Screenshot 2023-05-18 021312.png]]
This is not valid markdown syntax, it's a custom Obsidian markup that works only with Obsidian and nowhere else.
Use a valid image syntax instead https://spec.commonmark.org/0.30/#images
Fucking Obsidian
@dreadlocked In your Obsidian options in Files & Links
, the option Use [[Wikilinks]]
should be disabled:
Hi, I added the --resource-path to the folder where my images are stored, but the resultant PDF still not showing the images.
I'm using Obsidian as markdown editor, it add images with this syntax:
![[Screenshot 2023-05-18 021312.png]]
The path where those images are is /home/kali/report
So I edited pandoc command line from the osert.rb script and added:
--resource-path=.:/home/kali/report/Final-Report \
So the whole command looks like this:
The report shows the images as
[[Screenshot a 2023-05-17 164829.png]]
literally.What I'm doing wrong?