GitXplorerGitXplorer
m

bluecloth

public
49 stars
9 forks
0 issues

Commits

List of commits on branch master.
Unverified
5f047f7cfb977bf468bb132c36e789bca5b9aea6

avoid some ruby syntax warnings

mmislav committed 16 years ago
Unverified
264378377ad3a8337d5171e69b8c8364cc1cfb1b

require 'spec/autorun' in spec_helper for latest RSpec version

mmislav committed 16 years ago
Unverified
f99cb26ef6d61aeedb40c8545f5d24471c69dea0

move Markdown.pl to bin/ directory. keep only one copy of the LICENSE file

mmislav committed 16 years ago
Unverified
627728c3d61884c2cc87c3d5dbce2571702b8dcd

BlueCloth should correctly emphasize two character words with asterisks/underscores

mmislav committed 16 years ago
Unverified
8f19227508826fc2dbe2491835e60b73de8e40ac

Quick hack at fixing the ruby_method_names bug in BlueCloth .. tests all pass now :)

ccourtenay committed 16 years ago
Unverified
7856b7b2ba1bb5a69f6db0e6374ede61d98a6d89

bin/bluecloth doesn't wrap result HTML in <html><body> tags anymore.

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).