-
Couldn't load subscription status.
- Fork 699
Closed
Labels
🐛 BugIssues or PRs that report or fix a bugIssues or PRs that report or fix a bug
Milestone
Description
I have been running into an issue where the Markdown component does not correctly inherit styles, but I have managed to narrow down the cause.
The marksy package is currently defined as ^0.4.2 in the package.json, however it's usage, does not match the marksy API for that version.
There are a couple of options:
- Use
marksy@0.4.2and change the usage so that the tags are not nested in anelementsprop in the options object passed tomarksy - Use latest
marksy@5and add in thecreateElementoption to the options object, which would need to point toReact.createElement
I am happy to open up a PR for either option, let me know how you'd like me to proceed.
Metadata
Metadata
Assignees
Labels
🐛 BugIssues or PRs that report or fix a bugIssues or PRs that report or fix a bug