Vadim Makeev

Results 325 comments of Vadim Makeev

Readme and Contributing files is a bit out of date currently, but they will be fixed soon, thank you.

@jindalatul, please have a look at [contributing guidelines](https://github.com/operasoftware/devopera/blob/master/CONTRIBUTING.md) and submit your article in Markdown format.

@nE0sIghT, Opera DevRel team that used to support extensions docs on Dev.Opera doesn’t exist anymore, but you can ask @zcorpan for help.

I’m not sure if this is a good markup: ``` var promise… ``` It’s not even _proper_ markup for code blocks. I would rather keep using `highlight.js`, really.

Moving my comments from commit 262d83f0196d99f62737e7cc3aa175ba9bff0f52: Please don’t switch MD parser without discussion. I spent a few really nervous hours today trying to figure out why build task is failing....

> What was failing exactly? Number of errors related to `gsub` in markdownline and `htmlmin` output. `markdown` attribute is a way to [use markdown inside HTML](http://kramdown.gettalong.org/syntax.html#html-blocks) and to control `span`...

Why not [sundown](https://github.com/vmg/sundown) which is even more faster? Not sure though it Jekyll support non-Ruby parsers.

> Reasons to switch to Redcarpet some day > supports fenced code blocks, which enables copy-pasting chunks of Markdown > from anywhere on GitHub Since we’re mostly using code editors...

Also I personally don’t like the idea of code highlighting rendered right in HTML during the build: Output code really sucks. ``` var promise… ``` And ``` var … ```...