_Kerman
_Kerman
The terminal created by the Slidev extension is intended to be in the directory of `slides.md`. Is this your expected behavior?
I think we may not include this as a built-in feature. However, we can make some improvements to the print logic, then there will be a very simple workaround.
There has been some warning for non-Chrome users: https://github.com/kermanx/slidev/blob/d40ae7852b2305ad0ac8b3ff0c12438f30c782ac/packages/client/logic/screenshot.ts#L60-L61 https://github.com/kermanx/slidev/blob/d40ae7852b2305ad0ac8b3ff0c12438f30c782ac/packages/client/pages/export.vue#L256-L261 I am not sure if it shows up as expected or not - I don't have a Safari to test...
My bad. For PDF exporting, I think it is possible to somehow support it in Safari (unlike image exporting which requires APIs that Safari doesn't currently provide).
Looks like an upstream bug (`markdown-it`): https://markdown-it.github.io/#md3=%7B%22source%22%3A%22%3Cdiv%3E%5Cn%20%20%3Cdiv%3E%5Cn%5Cn-%20A%5Cn-%20B%5Cn%5Cn%20%20%3C%2Fdiv%3E%5Cn%3C%2Fdiv%3E%22%2C%22defaults%22%3A%7B%22html%22%3Atrue%2C%22xhtmlOut%22%3Afalse%2C%22breaks%22%3Afalse%2C%22langPrefix%22%3A%22language-%22%2C%22linkify%22%3Afalse%2C%22typographer%22%3Afalse%2C%22_highlight%22%3Afalse%2C%22_strict%22%3Afalse%2C%22_view%22%3A%22src%22%7D%7D
I reconsidered the issue and realized that the current behavior might be the expected behavior. The formatted markdown can be considered as: ```md - A - B ``` which has...
How about adding `preload: false`? ```md --- preload: false --- # Slide 2 ```
This should have been fixed in #2347. Please try the latest version.
I asked Gemini, it seems like a CSP problem Here is a clear guide on how to diagnose and fix the Content Security Policy (CSP) issue. ### The Root Cause:...
Related issue: #1271 I am afraid that I don't know how to fix