andycmaj / react-chat-renderer

React JSX factory implementation for Slack
15 stars 0 forks source link

add BlockQuote component for applying markdown quotes to a section of text #36

Closed davemeyer closed 4 years ago

davemeyer commented 4 years ago

it would be easier to use a specific

<BlockQuote>
  {multilineText}
</BlockQuote>

instead of having to manually apply quote markdown to each line of a text block

davemeyer commented 4 years ago

closed with #38