You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: