acdlite / acdlite/react-remarkable
Mix React components and Markdown when using source attribute
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 457
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Here's my use case. Let's say I have the following string stored in my database:
```
** here is some markdown**
Pretty neat!
```
I would like to take that string, and then render it as markdown while _also_ rendering out the `SomeOtherAmazingComponent` component as a React component (instead of just showing the string `` in the middle of my markdown content).
Is this possible?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.