Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

Package Microdown HTMLExporter-Tests MicDocFactory class #exampleMicAsHTMLDocument not working

Open riuttner opened this issue 1 year ago • 1 comments

When clicking the green triangle for the example method #exampleMicAsHTMLDocument, I run into a FileDoesNotExistException for the file expected in my local working area: support/tufte.min.css

I tested with Microdown releases for P12 and P13, getting the same failure on windows and mac.

As I wanted to continue, I tried to access the content internally referenced directly from https://raw.githubusercontent.com/edwardtufte/tufte-css/gh-pages/tufte.min.css which worked for me. However, putting the css file manually to the expected location did not work perfectly, even though the result file 'Chapter1.html' appeared: Running the example did not finish the internal process (which I think is due to internal conflicts/problems on error handling concerning the streams used by the css resource).

riuttner avatar Aug 26 '24 07:08 riuttner

Thanks I will have a look when time allows it.

Ducasse avatar Sep 08 '24 10:09 Ducasse