Skip to content

Commit 56652cb

Browse files
committed
Format result in comment as string
1 parent 75b2f81 commit 56652cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ String result = Autolink.renderLinks(input, linkExtractor, (link, sb) -> {
8282
sb.append(input, link.getBeginIndex(), link.getEndIndex());
8383
sb.append("</a>");
8484
});
85-
result; // wow <a href="http://test.com">http://test.com</a> such linked
85+
result; // "wow <a href=\"http://test.com\">http://test.com</a> such linked"
8686
```
8787

8888
Contributing

0 commit comments

Comments
 (0)