Nguyen Ly
Nguyen Ly
Hi, Sorry - not sure by what you mean "standalone" ? The README provides quite detailed instructions on how to use it. You might also want to check out the...
Ah ok. In this case, it's pretty easy. Just look at the tests - particularly for the server. i.e https://github.com/lyphtec/markdown-serve/blob/master/test/server.test.js#L15 There's documentation on the 2 main classes MarkdownServer & MarkdownFile...
No it's not a HTTP server. Standalone means no dependency on any other framework / modules and just "vanilla JS" like you mentioned earlier. If you are looking for a...
Yes - it can be used as middleware for Express as it provides the same [middleware function signature](https://expressjs.com/en/guide/writing-middleware.html). But it's also a standalone files server exactly as I've described it....
Hi, Not sure. Are you able provide a sample project with this issue so I can investigate?
I'm using ReSharper (version 2016.1.2) and it works fine for me. Not sure if there's some hidden settings in ReSharper config that does not mess with VS color themes? Not...
OK... maybe it's because I have color identifiers disabled in ReSharper:  With it enabled, ReSharper color settings needs to be set in the theme - and I don't think...
Hi, Can you confirm if you have the font "Source Code Pro" installed in your system as that's the font I'm using. You can find it here: https://github.com/adobe-fonts/source-code-pro/releases You can...
Hi, Thanks for reporting this. I'm not a C++ developer so haven't tested it with C++ source files. It's most likely that it will have it's own set of specific...
Hmm.. wierd.. On mine it definitely highlights matching parentheses: 