Text using Markdown syntax Corresponding HTML produced by a Markdown processor Text viewed in a browser
Heading
=======
Sub-heading
Another deeper heading
Paragraphs are separated
by a blank line.
Two spaces at the end of a line leave a
line break.
Text attributes italic, italic, bold, bold, monospace
.
Horizontal rule:
Bullet list:
- apples
- oranges
- pears
Numbered list:
- apples
- oranges
- pears
A link.
哈哈哈哈
哈哈哈
- (void)setEmptyView:(UIView *)emptyView
{
[self willChangeValueForKey:@"HJEmptyView"];
objc_setAssociatedObject(self, &UITableViewEmptyView,
emptyView,
OBJC_ASSOCIATION_ASSIGN);
[self didChangeValueForKey:@"HJEmptyView"];
}