Karl Anders

Results 6 issues of 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`. ![](https://cloud.githubusercontent.com/assets/4803370/22061094/c1171844-dd73-11e6-8f00-89e1a97c0075.png) 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...