GitXplorerGitXplorer
m

bluecloth

public
49 stars
9 forks
0 issues

Commits

List of commits on branch master.
Unverified
aa8be0dc8dd71c103dd6593d4200ad2b7aab7d88

indicate that this repo is dead. please use bluecloth 2.0 or RDiscount

mmislav committed 16 years ago
Unverified
6cb27aacdd8dc7de82ccd34f45eef37ceff3d5f9

clean up contrib_spec

mmislav committed 16 years ago
Unverified
d7ec650d8723131271bad3619b66d64fadbf679d

add an example that states a RuntimeError should occur when input is malformed HTML tags

mmislav committed 16 years ago
Unverified
910b726ef0f9fee2d1048b144f8169bf2ec338b9

ensure that all examples in bug_spec get run

mmislav committed 16 years ago
Unverified
a5fc954074b26a1af5876c41e6a372eb779db46f

require 'sample_loader' in spec helper and add the `sample_file` method to get just the filename

mmislav committed 16 years ago
Unverified
6e7e16e56065f54aba5177dd790159b523e340e0

generate the gemspec with jeweler

mmislav committed 16 years ago

README

The README file for this repository.

BlueCloth

Important: this repository is abandoned in favor of much quicker implementations such as bluecloth 2.0 and RDiscount.

This is a fork of BlueCloth 1.0.0 (2004/08/24) from its trunk. It's been created to fix some of the outstanding bugs in its implementation.

The plan is to first clean up the messy test suite (using RSpec), make existing tests pass (a lot of them fail right now) and, finally, add tests for annoying bugs and making them pass also.

I also want to break down its implementation not to be entirely contained in one file ("lib/bluecloth.rb") anymore. Together with a nicer test suite, that will probably make it easier to maintain.

About

Original version by John Gruber http://daringfireball.net/.
Ruby port by Michael Granger http://www.deveiate.org/.

BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. To quote from the project page: Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).