prolog-services-markdown_to_html 1.0.3
The Prolog::Services::MarkdownToHtml class converts valid Markdown to valid HTML (as well-formed XML; i.e., void element tags such as <br/> are always properly closed). The resulting HTML is rendered as a single line of text with all unnecessary whitespace removed.
          Gemfile:
          =
        
        
          install:
          =
        
      Versions:
Show all versions (4 total)Runtime Dependencies (6):
            commonmarker
            >= 0.17.9
          
          
            gemoji
            >= 3.0.0
          
          
            github-markdown
            = 0.6.9
          
          
            html-pipeline
            ~> 2.3
          
          
            ox
            ~> 2.3
          
          
            rinku
            ~> 2.0
          
    Development Dependencies (15):
            awesome_print
            >= 1.6.1, ~> 1.6
          
          
            bundler
            ~> 1.11
          
          
            colorize
            >= 0.7.7, ~> 0.7
          
          
            flay
            ~> 2.6
          
          
            flog
            >= 4.4.0, ~> 4
          
          
            minitest
            >= 5.11.3
          
          
            minitest-matchers
            ~> 1.4
          
          
            minitest-reporters
            ~> 1.0
          
          
            minitest-tagz
            ~> 1.2
          
          
            pry-byebug
            ~> 3.4
          
          
            pry-doc
            ~> 0.8
          
          
            rake
            >= 12.3.1
          
          
            reek
            ~> 4.0
          
          
            rubocop
            = 0.55.0
          
          
            simplecov
            ~> 0.10
          
    