Open shanel262 opened 8 years ago
so if you do tag the code fence with js
it doesn't, but if you tag it with javascript
it does (for example see https://gist.github.com/davidmarkclements/90facaa98ba2126d0b0c4a2d0fa96b01),
not an electron problem its a problem with the syntax highlighter deck uses (prism) - needs to be addressed in the src/main.js of deck presenter
Yeah I tagged all the snippets with 'javascript' but it still happens. It appears to only be a problem caused by the javascript tag, bash and sh work fine.
can you link a gist of the entire deck.md file
Snippets of js code do not format correctly in the electron window after the first snippet, however it works in the browser.
--The first javascript snippet
--The second js snippet