From e827d6c41559db344f685817e27bb6f79d686a83 Mon Sep 17 00:00:00 2001 From: Nic Ferrier Date: Tue, 16 Jul 2013 23:19:24 +0100 Subject: [PATCH] fix youtube handler --- creole-tests.el | 5 +++-- creole.el | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/creole-tests.el b/creole-tests.el index ca59d36..1a5b887 100644 --- a/creole-tests.el +++ b/creole-tests.el @@ -168,10 +168,11 @@ broken over lines]]"))))) (should (equal (creole-image-parse "{{youtube:WcUwCsAhWMk|a nice video on emacs-lisp}}") - " -a nice video on emacs-lisp" +a nice video on emacs-lisp +" )))) (ert-deftest creole-block-parse () diff --git a/creole.el b/creole.el index e212edd..9390554 100644 --- a/creole.el +++ b/creole.el @@ -253,12 +253,12 @@ This creole: will produce this HTML: -
+ a nice video on emacs-lisp -
+ The link resolver is not consulted to resolve the link." ;; Just the youtube iframe thing