Working With Markdown in Ruby
This article explores how to use markdown in Ruby. Learn how to use two popular Ruby libraries—Redcarpet and Kramdown—to parse markdown and create a simple documentation app using Redcarpet and Sinatra. https://www.honeybadger.io/blog/ruby-markdown/
Post a comment