If I pass in a React component to `withInfo(markdown)` ``` const markdown = ` ~~~js // source file for button <Button />; ~~~ `; ``` This will actually render `<Button />` into `<button></button>` workaround is to escape the `<` caused by marksy: https://github.com/cerebral/marksy/issues/26