In my Rails apps, I have a lot of static prose, and that prose tends to be written in HTML. As a result, itâs cumbersome to edit. Markdown would be much better suited for prose. However, Rails does not support .html.md views out of the box. As described by @tjwallace, there is a simple workaround â use HAMLâs :markdown filter: 1 2 3 4 :markdown **Markdown** goes here. The time is #{Time.now}. Stil


{{#tags}}- {{label}}
{{/tags}}