Rasel Hossain

Results 8 comments of Rasel Hossain
trafficstars

> If your kong and konga are deployed on mac, please use **host.docker.internal** instead of localhost when connecting to kong, such as url: **http://host.docker.internal:8001** you also can reference this link...

> @rasel-stacklearner > > Using the [remark-oembed](https://github.com/agentofuser/remark-oembed) plugin allows displaying `youtube` videos in the preview area. > > You can also create a custom plugin to solve your own problem....

> @rasel-stacklearner The recommended plugin doesn't seem to be working. I found a new one that should work. > > https://www.npmjs.com/package/remark-youtube > > ```js > import { useState } from...

> @rasel-stacklearner I'm not sure what you're trying to do. Are you looking to replace the markdown preview area with MDX? yes. Is it possible? So that i can embed...

> @rasel-stacklearner I'm not sure what you're trying to do. Are you looking to replace the markdown preview area with MDX? @jaywcjlove Basically I want to do something like this...

@jaywcjlove do you have any solution for this?

> @rasel-stacklearner The markdown preview is supported by the [react-markdown-preview](https://github.com/uiwjs/react-markdown-preview) package, which supports [remark](https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins) and [rehype](https://github.com/rehypejs/rehype/blob/main/doc/plugins.md#list-of-plugins) plugins. Check if there are any plugins that support `Github gist`. can you give...