Adrien Gadaud

Results 2 issues of Adrien Gadaud

We found that `li` can be customized using a custom renderer while it is only listed as a allowed/disallowed element. Source: https://github.com/rexxars/react-markdown/tree/v2.5.1

Using `webpack` version `4.6.0` I need to resolve the path of a loader using webpack. The loader is used like this in a `node_modules` dependency: ``` const loadedIndex = require('!!../loaders/A-loader!./index.js');...