Open yushangakki opened 4 years ago
In latex, only the path of the picture is needed (the rest could be done by snippet, which is separate)
For the original path (like ![name_picture](path)), I put it under the markdown and pandoc filetype.
![name_picture](path)
I think you should implement a function per file type and then choose the correct implementation
Perhaps my PR, #56, could be of interest?
Can we close this PR? Or there is still something to resolve?
In latex, only the path of the picture is needed (the rest could be done by snippet, which is separate)
For the original path (like
![name_picture](path)
), I put it under the markdown and pandoc filetype.