We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db0648 commit ef10de3Copy full SHA for ef10de3
strip_test.go
@@ -6,7 +6,7 @@ func TestStripMarkdown(t *testing.T) {
6
// Same tests as github.com/stiang/remove-markdown
7
in := `## This is a heading ##
8
9
-This is an _emphasized paragraph_ with [a link](http://www.disney.com/).
+This is an _emphasized paragraph_ with [a link](http://www.disney.com/). Here's an _[emphasized link](https://write.as)_.
10
11
### This is another heading
12
@@ -18,7 +18,7 @@ In ` + "`Getting Started` we **set up** `something`" + ` __foo__.
18
19
out := `This is a heading
20
21
-This is an emphasized paragraph with a link.
+This is an emphasized paragraph with a link. Here's an emphasized link.
22
23
This is another heading
24
0 commit comments