From 6a0066e733c88348e61376052dab66956a6f1275 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 21 Sep 2008 18:54:13 +0200 Subject: Allow links without description --- trivium.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trivium.rb b/trivium.rb index b8e3e37..933f853 100644 --- a/trivium.rb +++ b/trivium.rb @@ -63,7 +63,7 @@ class Dots < String when "link" title, desc = body.split("|", 2) %{} + SpanBlueCloth.new(desc.to_s).to_html}

} when "quote" if args.strip.empty? src = "" -- cgit 1.4.1