Corentin Le Fur

Results 3 issues of Corentin Le Fur

When generate a PDF from a markdown file, it would be nice to be able to add a page-break to force the content to go to a new page. Is...

### Problem/Motivation Error on composer installation - requirements problems. ```shell Your requirements could not be resolved to an installable set of packages. Problem 1 - drupal/console[v1.9.0, ..., 1.9.4] require php...

When trying the callback example : ```javascript $("img").unveil(200, function() { $(this).load(function() { this.style.opacity = 1; }); }); ``` ... I just had the following error : `Uncaught TypeError: a.indexOf is...