-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Github-flavoured Markdown #309
Comments
We're already using |
+1 on syntax highlighting support. Are there plans to also enable Markdown for the OSX application? |
According to the readme and the code, marked has gfm enabled by default. https://github.com/chjj/marked/blob/master/lib/marked.js#L1242 To get syntax highlighting, you need to add another library like https://github.com/isagalaev/highlight.js |
Will be resolved when #309 merges. |
Looking forward to it! |
GFM seems to work for me by wrapping code in ``` backticks. This displays fine in the electron based client preview but breaks in the web version preview. Can we get the web version to have parity with this feature? I've previously been wrapping code in <pre> </pre> |
A request in #3241877-t for Fountain script (https://fountain.io/), which is a markup language for writers. |
This should have been fixed in the rollout of the |
Given how I assume this app is built (not too familiar with Electron, but it looks web-ish to me), would it be possible to use for instance this renderer marked to enable Github-flavoured Markdown (GFM). The main feature for me would be syntax highlighting for a number of languages.
The text was updated successfully, but these errors were encountered: