Karl Anders
Karl Anders
# Description Correct PUG-Code with filters defined at [PUG filters](https://pugjs.org/language/filters.html) incorrectly marked as `.syntax--invalid` and `.syntax--illegal`.  To see wrong syntax-highlighting type into any `.pug`-file: ```PUG div :markdown-it(html typographer plugins=['markdown-it-sup',...
1. Would it be possible to document or give an example, how to achieve standard html date format: yyyy-mm-dd with the `date_format`option? 2. Is there a chance to restrict `from`...
I am running Windows 7 with ruby v1.93 and middleman. I have installed ``` font-awesome-middleman ``` according to the readme.md. It installs ok, but after using it with middleman it...
pyjade does not deal with comments in `scripts` properly. I had ``` script. $(document).ready(function() { // Comment $('#id').select2(); }); ``` which was converted to ``` $(document).ready(function() { // Comment $('#id').select2();});...
Hi, pandown is awesome. Thanks. I am currently using Pandown mainly for generating md -> pdf via xelatex and it works smoothly. The only thing that is missing in my...