Markdownbin is a Ruby on rails app that works like pastebin , also it has markdown support.
You can see the live demo version here.
To run the app you need rails 5.1.4 . If you want to contribute clone the repository and
cd markdownbin
rails db:setup
rails s