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