From 3b89174969302393d5614f00338bd25ced0b3169 Mon Sep 17 00:00:00 2001 From: Asara Date: Mon, 27 May 2019 21:54:59 -0400 Subject: [PATCH] MARKDOWNIT --- src/components/PostList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/PostList.js b/src/components/PostList.js index f380a63..af6f8f5 100644 --- a/src/components/PostList.js +++ b/src/components/PostList.js @@ -1,4 +1,5 @@ import React from 'react'; +import ReactMarkdown from 'react-markdown'; import { connect } from 'react-redux'; import { fetchPosts } from '../actions'; @@ -16,7 +17,7 @@ class PostList extends React.Component {

{post.title}

-

{post.content}

+