Alf Eaton
Alf Eaton
I agree that `npx` should read config values from the same `npmrc` locations as `npm` does. https://docs.npmjs.com/files/npmrc
However, I notice that the documentation for ["per-project config file"](https://docs.npmjs.com/files/npmrc#per-project-config-file) states that "Additionally, this file is not read in global mode, such as when running npm install -g.", which is...
I think this might be another example of the same issue: ```css .parent { border: 1px solid orange; } .parent .child { border-width: 1px; border-style: solid; border-color: transparent; border-right-color: inherit;...
From a comment in a relevant discussion in pandoc's issue tracker, this should be getting fixed upstream: https://github.com/jgm/pandoc/issues/5848#issuecomment-549051995
I was looking for something like this today, for extracting columns containing objects (and arrays of objects) into separate tables. Would it make sense (especially for the fields containing arrays...
It would be useful to note somewhere that this plugin can be replaced (for the common use case of just needing to be able to `import` CSS files) by simply...
I had [a quick look at this](https://github.com/mwilliamson/mammoth.js/compare/master...hubgit:mml) but couldn't work out how to convert the Mammoth XML element to a DOM node (and back).
There's also an issue for [MathJax support of OMML as an input format](https://github.com/mathjax/MathJax/issues/1130), though I'm not sure how it would be represented in the HTML.
There's a related [request for equation support](https://github.com/mwilliamson/python-mammoth/issues/17) in `python-mammoth`.
@jmealo Please do, I haven't tried yet.