Carsten Brandt

Results 384 comments of Carsten Brandt

I guess this is because dependencies are evaluated only when you call `get()` not on `exist()`

there is a bower.json here: https://github.com/yiisoft/jquery-pjax/blob/master/bower.json can you show the command you used when you got the message above? also, if possible share your composer.json file so we can try...

I've actually seen the guide printed in a few companies already. We could provide different versions (online and print) but it does not seem very relevant to me.

Github also does render it like this: Test long field | Something --------------: | ---------- 1 | Test 2 | Test 3 | Test

It could probably be changed to render as a table. In the meantime you can use it like this: ```markdown | Test long field | Something | --------------: | ----------...

Thanks for the detailed report. As pointed out by @samdark this is due to the nature of markdown and not a bug. You may remove HTML support by creating your...

Code tags are expected to display the raw text inside them, that means every HTML inside code tags is escaped properly. In your case above you had multiple code tags:...

Well, the rendering is technically correct according to the markdown spec. If you use multiple backticks you need to [leave space before and after the code](https://johnmacfarlane.net/babelmark2/?normalize=1&text=something+%60%60%60+%3Cscript%3E+%60%60%60). But it seems other...