GitXplorerGitXplorer
m

bluecloth

public
49 stars
9 forks
0 issues

Commits

List of commits on branch master.
Unverified
2382acb9f10bec86c227fbd576a682d593053802

split groups of test samples into several files

mmislav committed 17 years ago
Unverified
320fc66c65d8bcb7c88daaf710f3d48dddefae99

add official Markdown.pl for reference and testing

mmislav committed 17 years ago
Unverified
ee2c173c12f0902041f5b8456196aee1fcb6b88d

remove legacy files

mmislav committed 17 years ago
Unverified
e81cc600a05e3caad70cdafdbec056b90a9031fa

finish transitioning tests/ to spec/. mark failing/unconverted tests as pending

mmislav committed 17 years ago
Unverified
a2f123d592dda5539fd317f9530a9936e2b6e3f3

split BlueCloth implementation across transform/blocks,inline,links,util files

mmislav committed 17 years ago
Unverified
7667deac7fdc6cdb738247682b6a9f16ebdfaa0d

load samples and convert each one to an "it" block in specs

mmislav committed 17 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).