mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
@@ -956,7 +956,7 @@ func TestMarkdownify(t *testing.T) {
|
||||
|
||||
result := Markdownify("Hello **World!**")
|
||||
|
||||
expect := template.HTML("<p>Hello <strong>World!</strong></p>\n")
|
||||
expect := template.HTML("Hello <strong>World!</strong>")
|
||||
|
||||
if result != expect {
|
||||
t.Errorf("Markdownify: got '%s', expected '%s'", result, expect)
|
||||
|
Reference in New Issue
Block a user