olivierauverlot

Results 5 issues of olivierauverlot

I just tried to install Plerd on Ubuntu 20.04. To ignore the failed tests, I have used the --force option. I can generate HTML pages from markdown files but when...

The latest version of the DateTime module seems not be compatible with the actual version of Plerd. It causes the error message "The 'time' attribute is not in W3C format....

A low level component to create a dedicated DOM area to dynamically add, modify or delete elements. To this, you can use Vanilla JavaScript or using dedicated framework as JQuery....

### Introduction each_row helper can't be used in a {{else}}...{{/if}} block ### To Reproduce ``` {{#if menu}} A menu {{else}} {{#each_row}} {{title}} {{/each_row}} {{/if}} ``` ```sql select 'foo' as component;...

bug