Did you know that Laravel includes a helpful Markdown converter out of the box? A single line of code is all you need.
In this Larabit, for fun, we'll build a real-time Markdown converter UI in ten minutes. This UI will take the shape of a two-column grid. On the left is a basic Markdown textarea, and on the right is a dynamically updated HTML preview of that Markdown.
Markdown ParsingCSS GridAJAX Requests
