Skip to content

MarkKGreenway/EscapePrevention

Repository files navigation

Escape Prevention

This library is to strip out any characters that would have to be escaped later:

Kinds

The following markups are supported. The dependencies listed are required if you wish to run the library. You can also run script/bootstrap to fetch them all.

  • URL
  • XML (to be created)

Usage

require 'github/markup'
GitHub::Markup.render('README.markdown', "* One\n* Two")

Or, more realistically:

require 'github/markup'
GitHub::Markup.render(file, File.read(file))

Contributing

See Contributing

About

A one way string conversion from any string to one that is Free of Characters to be escaped from

Resources

License

Stars

Watchers

Forks

Packages

No packages published