Ryan Stewart
Ryan Stewart
Open `package.json` with vim or some other text editor and change line 73 to: ```json "start": ".\\node_modules\\.bin\\electron .\\app", ``` If you want to to know why, [this Stack Overflow post](https://stackoverflow.com/questions/20765337/how-to-fix-is-not-an-internal-or-external-command-error)...
I'll try it tonight and let you know.
If you don't set the `MarkdownConfig` should it be set to `MarkdownConfig.Default` by default? Right now, if you don't set `MarkdownConfig` it doesn't render. If that's the expected behavior, then...