Rohitt Vashishtha

Results 29 comments of Rohitt Vashishtha

Hey, it looks like the Dockerfile has been created by some third party. I don't think I have the permissions to update it.

Also, from its definition at https://github.com/vifortech/dockerfiles/blob/master/markdown-editor/Dockerfile, it looks like it just clones this repo so you should always get the latest version anyway. Is there something else that we want...

Hey, this is a simple bug due to us using a really old version of highlight.js. These are the only supported languages: ``` coffeescript apache http cs java sql nginx...

Thanks for submitting this. There are two reasons I'm skeptical about this PR: 1. This would result in adding to `` tags each time we have a hardbreak. Also, this...

This issue has some more discussion in #108. The problem is that Github's implementation of GFM claims to ignore the line-break but the actual implementation in the comments doesn't do...

I'm tempted to close this as WONTFIX because github's rendering and our rendering is the same in case of `.md` files in a repository (screenshot while editing README.md of this...

Thanks for reporting @joedmck. I'll try to investigate what's the best way to sync the two of them, and see what can be done.

Hey! I tried to reproduce this, but it works properly for me. Were you dropping the file on the editing pane or the viewer? Dropping a file on the editing...

Hey. We use [CodeMirror](https://codemirror.net/) for syntax highlighting so this is most likely a problem in their codebase. I will look into this to see what can be done.

Perhaps an export to Dropbox or something? I'm working on adding a menu-bar at the bottom of the editor for exposing more functionality to the users. Can try adding that...