ccascio

Results 1 issues of ccascio

Hi, I'm trying to use Markdown in the Conversation.tsx So, I added these import: ``` import ReactMarkdown from 'react-markdown'; import remarkGfm from 'remark-gfm'; ``` And I changed the div for...