Initial checklist
Problem
While using the react-markdown I ran into a probem that what if I want to render two different component for multiline and singleline code block.
Like code should be treated differently and
should render a different component, in that case how I can identify that.
Current solutions
I was not able to find any solution.
Proposed solutions
There should be some custom name to identify such case like that we have for other html elements.
Initial checklist
Problem
While using the react-markdown I ran into a probem that what if I want to render two different component for multiline and singleline code block.
Like
codeshould be treated differently andshould render a different component, in that case how I can identify that.
Current solutions
I was not able to find any solution.
Proposed solutions
There should be some custom name to identify such case like that we have for other html elements.