Kotsuha
Kotsuha
> I recently ran into this issue as well, but only realized after recording many hours of video. I was able to mostly recover the files by using `ffmpeg` to...
I've found a workaround. Create a __convert-md-to-html.bat__ batch file: ``` @ECHO OFF CD /D "%~dp0" generate-md --layout github --input "%~1" --output "%~2" EXIT /B 0 ``` Create a __test.bat__ batch...
I encountered this problem too. But my original image file names are in Chinese characters. After renamed to English it's okay.
The warnings are gone after I delete 'Library\PackageCache\com.wooshii.foldericons@4511fb04fe\package-lock.json.meta' manually.