pillar-markup / Microdown

Microdown is a cleaned and simpler markdown but with more powerful features such as extensions.
Other
40 stars 31 forks source link

Package Microdown HTMLExporter-Tests MicDocFactory class #exampleMicAsHTMLDocument not working #868

Open riuttner opened 2 months ago

riuttner commented 2 months ago

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).

Ducasse commented 2 months ago

Thanks I will have a look when time allows it.