Project

rubymark

0.0
No commit activity in last 3 years
No release in over 3 years
Trying to parse Markdown in a very simple and unit-testable way. Don't know if I can cover all of Markdown yet.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

RubyMark

What is it?

RubyMark is an experiment with Markdown. I just wanted to see if it is possible to convert Markdown into HTML in a very simple / naive way that can be unit-tested.

Gem Version Build Status

How do I use it?

RubyMark.new("## Heading Two").to_html

Security

RubyMark is cryptographically signed. To be sure the gem you install hasn’t been tampered with:

Add my public key (if you haven’t already) as a trusted certificate

gem cert --add <(curl -Ls https://raw.github.com/prasanna/rubymark/master/certs/prasanna.pem)

gem install rubymark -P HighSecurity

Checksums of released versions can be found here