Possible to embed markdown within erb?
        Posted  
        
            by Gaius Parx
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gaius Parx
        
        
        
        Published on 2010-05-28T16:39:39Z
        Indexed on 
            2010/05/28
            16:42 UTC
        
        
        Read the original article
        Hit count: 312
        
If you use haml as rails view template, you can write portion of your page using markdown by using the ":markdown" filter.
Is is possible to do the same using erb?
© Stack Overflow or respective owner