Best Way to Screenshot a Markdown File? #2696
-
| 
         Hello Community, I am using PupeteerSharp to take screenshots of files loaded in a Chrome browser. Everything is working pretty darn well except for Markdown files. It does not appear that Markdown is natively allowed in Chrome and an extension is necessary. I did look into installing extensions but there is a complication here where the file being loaded is on the local machine (served out of the service account's  
 Thank you for any assistance you can provide.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| 
         You could generate the HTML yourself using something like this and then navigate to that html  | 
  
Beta Was this translation helpful? Give feedback.
You could generate the HTML yourself using something like this and then navigate to that html