Skip to content

Commit

Permalink
Add emphasized link to strip_test
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaer committed Jan 3, 2018
1 parent 3db0648 commit ef10de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ func TestStripMarkdown(t *testing.T) {
// Same tests as github.com/stiang/remove-markdown
in := `## This is a heading ##
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)_.
### This is another heading
Expand All @@ -18,7 +18,7 @@ In ` + "`Getting Started` we **set up** `something`" + ` __foo__.

out := `This is a heading
This is an emphasized paragraph with a link.
This is an emphasized paragraph with a link. Here's an emphasized link.
This is another heading
Expand Down

0 comments on commit ef10de3

Please sign in to comment.