Git Product home page Git Product logo

Comments (8)

shd101wyy avatar shd101wyy commented on September 26, 2024

Hi @tmori3y2

Which markdown file?

from vscode-markdown-preview-enhanced.

shd101wyy avatar shd101wyy commented on September 26, 2024

Okay I see, will be fixed.

from vscode-markdown-preview-enhanced.

shd101wyy avatar shd101wyy commented on September 26, 2024

Oh I see, this is not a bug.
/assets means the images will be exported to the assets directory relative to your project directory. If you want to save it to your current directory, you need to write it as ./assets or assets.
Thanks

from vscode-markdown-preview-enhanced.

tmori3y2 avatar tmori3y2 commented on September 26, 2024

I'm sorry I did not have enough explanation.

test_import_001_.md is compiled md of test_import_001.md.

https://raw.githubusercontent.com/tmori3y2/MPE-Test/master/vscode/import/test_import_001_.md

MPE generated the relative windows style path "..\..\assets\ed7441fe68d9fd503e0cd6ee55402c5e0.png".

Please note that the path separator is not escaped.

MPE preview window failed to render png of test_import_001_.md because the resolved path of "..\..\assets\ed7441fe68d9fd503e0cd6ee55402c5e0.png" is "....\assets\ed7441fe68d9fd503e0cd6ee55402c5e0.png".

from vscode-markdown-preview-enhanced.

tmori3y2 avatar tmori3y2 commented on September 26, 2024

Since the Windows style separator also has a problem with the Atom version of MPE, it may be better to replace '\' with '/'.

from vscode-markdown-preview-enhanced.

shd101wyy avatar shd101wyy commented on September 26, 2024

from vscode-markdown-preview-enhanced.

shd101wyy avatar shd101wyy commented on September 26, 2024

@tmori3y2 Should be fixed now!

BTW, I just created a core library called MUME, and my plan is to let both vscode and atom versions share the same core.

Thanks :)

from vscode-markdown-preview-enhanced.

tmori3y2 avatar tmori3y2 commented on September 26, 2024

Thanks a lot!

from vscode-markdown-preview-enhanced.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.