all repos — grayfriday @ 6fe811b603032e99439ddb7f98a56f1e8836c53e

blackfriday fork with a few changes

Fix TitleBlock test

It seems like the implementation of the extension was rather sloppy and
didn't adhere to the style common to the rest of Blackfriday.
Vytautas Ĺ altenis vytas@rtfb.lt
Wed, 30 Mar 2016 15:05:24 +0300
commit

6fe811b603032e99439ddb7f98a56f1e8836c53e

parent

a32ecdb83dc2ddaa48b0d0334d44305870332231

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M block_test.goblock_test.go

@@ -1503,8 +1503,8 @@ "% Yep, more here too\n",

"<h1 class=\"title\">" + "Some title\n" + "Another title line\n" + - "Yep, more here too\n" + - "</h1>", + "Yep, more here too" + + "</h1>\n", } doTestsBlock(t, tests, Titleblock) }