w9
w9
I agree that this is not strictly following the CSV standard, but unfortunately this is the case for a lot of pseudo-TSV files in the wild. In most cases the...
@treed Thanks. Sometimes this is enough but not always. For example, it is quite difficult to figure out that Ctrl + \` sends out C-@ in terminal emacs. If you...
In jade, if you want to write inline javascript, you have to use: ``` script. console.log('JavaScript code here ...'); ``` which is compiled to ``` console.log('JavaScript code here ...'); ```...
Again, thank you for all the work. It's an amazing plugin. Just out of curiosity, why you devoted so much time for a jade plugin if you are not using...
Thank you. Note also that the same problem is with the `style` tag. Although I don't know any other language besides css uses this tag, but for future-proofness and compliance...
I am having the exact same question. @danielcompton, did you find any elegant solution?