react-remarkable
react-remarkable copied to clipboard
Use contentWrapper prop to define the wrapper for the parsed content
Following from the issue/PR from @mightyplow Issue https://github.com/acdlite/react-remarkable/issues/24 PR https://github.com/acdlite/react-remarkable/pull/25
Can we please get this merged?
Do we need both container and contentWrapper properties?
My change deliberately doesn’t change the markup for people who don’t opt in.
I agree that ideally we would reduce the number of wrappers, but that could potentially be a breaking change
container=false might also be a nice (non-breaking) addition
Could this please be merged into master?