Tony Cabaye
Tony Cabaye
This should works fine. But maybe it requires additional page breaks after `` and before `` : ```md **this a strong text** ``` This should also work I think: ```md...
I agree that it only works with slots. Attributes won't get parsed as markdown because most the time you don't want them to be parsed. This issue is more related...
This should now be fixed. Can you confirm ?
I think you have to install playwright in the directory of you slide project that seems to be `D:\File\ResourceCode\Python\slide\`
I don't really know why it's not working in your case, but I don't have any problem publishing to Gitlab pages on my side: * The repo: https://gitlab.com/tonai/slidev-page * The...
Hello @TechWatching , I created a little library for creating polls inside slidev: https://github.com/Smile-SA/slidev-component-poll Maybe you can be interested.
Thank you for your quick test. I fixed some issues related to these errors, but there is still some of them. I don't get those errors because it works well...
Hello @TechWatching , with the last 0.32.1 version and the new addon API it should now be fine. For the poll, it is still in early stage of development but...
Page synchronization is only available from the presenter view.
It can be quite complicated to create a universal solution. Currently there are multiple synchronized states between the view mode and the presenter mode: * a shared state containing: *...