data_doc 0.2.0
Complex documents can be challenging to author, and time-consuming to achieve high levels of internal consistency. This gem offers a Domain Specific Language to embed structured data in a markdown document and then render it into configurable tables. Note: See security implications below.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            activerecord
            ~> 3.2.8
          
          
            rdiscount
            ~> 1.6.8
          
    