assembleco / assemble

Original base program.
4 stars 0 forks source link

Render Markdown client-side with a <Markdown> component #10

Closed c-lliope closed 7 years ago

c-lliope commented 7 years ago

See https://github.com/rexxars/react-markdown

c-lliope commented 7 years ago

Currently, we store markdown in the database and parse it into HTML in app/views/blocks/show.html.erb, using this helper.

We should render it on the client side for a few reasons:

c-lliope commented 7 years ago