Sebastián Vizcaíno
Sebastián Vizcaíno
After trying @infinito84 solution and adding some extra dependencies I managed to make it work like this on this image **node:8.11.3-alpine**: ``` # Add support for https on wget RUN...
@cristin Can you elaborate further what are you trying to do? If you are using html-pdf lib you have to set the phantomPath path on the option object to point...
@Huespal Your approach is fine but it doesn't work for nested tags. e.g for a table. I made some changes to make it work for divs and tables. Check my...
I improve the code and separete the helper functions as shown below: draft-js-helpers.tsx ```javascript import { Parser as HtmlToReactParser } from 'html-to-react' import DOMPurify from 'dompurify' const allowedNodes = ['div',...