We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7077d5c commit 4565f97Copy full SHA for 4565f97
README.md
@@ -19,7 +19,7 @@ NSMutableAttributedString * bodyAttributedText = [[NSMutableAttributedString all
19
initWithHTML:[htmlString dataUsingEncoding:NSUTF8StringEncoding]
20
documentAttributes:nil];
21
22
-NSString * htmlStringWithoutBaseURL = @"This is a <a href=\"/test/url">sample</a> html file";
+NSString * htmlStringWithoutBaseURL = @"This is a <a href=\"/test/url\">sample</a> html file";
23
NSMutableAttributedString * bodyAttributedText = [[NSMutableAttributedString alloc]
24
initWithHTML:[htmlStringWithoutBaseURL dataUsingEncoding:NSUTF8StringEncoding]
25
baseURL:@"http://www.example.com"
0 commit comments