Exporting as markdown does not work properly #1837
Closed
KamalnathOSU
started this conversation in
General
Replies: 2 comments 3 replies
-
Fixed in da520c3 |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thank you
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: _Kerman ***@***.***>
Sent: Saturday, August 24, 2024 8:34:40 PM
To: slidevjs/slidev ***@***.***>
Cc: Kadirvel, Kamal ***@***.***>; Author ***@***.***>
Subject: Re: [slidevjs/slidev] Exporting as markdown does not work properly (Discussion #1837)
I just released the new version. Maybe npm i -g @slidev/cli@ latest? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread. Message ID: <slidevjs/slidev/repo-discussions/1837/comments/10440525@ github. com>
I just released the new version. Maybe npm i -g @***@***.***?
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/slidevjs/slidev/discussions/1837*discussioncomment-10440525__;Iw!!KGKeukY!zxodPrdt8fk1w7mLDeWkN6f9fy3tC-L3Kc0vgUq3KJCDTA_8SQfT0Usp65HPypDrlxGkuEkKkdD2umjdq_Ol6fm5z5lzyNJonFS8$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AIUJ4LK7HX33BOPAF5AUNRTZTEYDBAVCNFSM6AAAAABNBBQFD6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBUGA2TENI__;!!KGKeukY!zxodPrdt8fk1w7mLDeWkN6f9fy3tC-L3Kc0vgUq3KJCDTA_8SQfT0Usp65HPypDrlxGkuEkKkdD2umjdq_Ol6fm5z5lzyOjNu9Cm$>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a presentation that I want to export as
*.md
. But the image paths in the exported Markdown has a unexpected\
in the path and hence it is not rendered properly in GitHub.For example, consider the following as my slidev presentation (slides.md):
I export it as
slidev export --format md --output testmd slides.md
Then the exported markdown contains
The above could not be rendered in GitHub due to "".
Has anyone faced this problem ?
Do you know how to fix it ?
Note: I have installed slidev as a global installation.
I have looked #1768 , but it does not seem that relevant for my case.
Beta Was this translation helpful? Give feedback.
All reactions