Endi

Results 13 comments of Endi

I think this is best left to markdown parser plugins.

After much consideration, this is indeed best left to markdown plugin https://github.com/temando/remark-mermaid on v2 and remarkable-mermaid on v1

It didnt work for ours because our setup is slightly complicated. We have a client and server compilation running

yes it works on our setup. I am not sure why v3 used emit hook when v2 is compile since I havent really followed this repository much except for watching...

So we have one client config and another server config. It will be run in one instance of webpack. The clean webpack is ran in the client config while the...

When the time comes, I will be very happy to offer a helping hand to migrate yarn website to Docusaurus 2.0. ๐Ÿ˜Š

This looks awesome. We will somehow port this for default users page for Docusaurus 2. @amyrlam I think this is great https://deploy-preview-1834--babel.netlify.com/en/users ![image](https://user-images.githubusercontent.com/17883920/46059008-f930a900-c18f-11e8-9e36-1f8214696a79.png) cc @yangshun @joelmarcey

Hi Vicente, My name is Endilie. I was reading through the ideas page at http://www.p2psp.org/en/news/77-gsoc-2017-ideas-page for GSoC 2017 and I'm interested in the **" Updating P2PSP Python implementation"**. However, since...

@chaosforfun: This filter function is not the usual js filter, it returns the filtered out props instead Reference: https://github.com/jpuri/react-draft-wysiwyg/blob/84199ad37ab3f7c71e402687e3c824599091dd85/src/utils/common.js#L44-L55 So, all additional props passed to wysiwyg are actually indeed passed...

Hmm. Reactjs.org still relies on the link script. They had to use react-helmet functionality in gatsbyjs to include the script. Was hoping we could consume it through npm package. And...