学习markdown 前言 1、代码块 2、列表 3、链接 4、强调 5、图片 6、表格 总结

这个世界太浮夸了,做技术的攀比也这么严重,还是要想想自己想要的是什么,再出发。

前言

  • 这个是本人练手用滴,勿喷。

1、代码块

NSSting *str = [[NSString alloc] init];

str = @"123";

NSLog(@"123");
  • Use the printf() function.
  • There is a literal backtick (`) here.
  • Please don’t use any <blink> tags.
  • is the decimal-encoded equivalent of .

2、列表

This is the first level of quoting.

This is nested blockquote.

Back to the first level.

  1. Bird
  2. McHale
  3. Parish
  • Red
  • Green
  • Blue
  • Bird
  • Magic

  • A list item with a blockquote

    This is a blockquote
    inside a list item.


3、链接

this is a link
http://example.com/


4、强调

single asterisks

single underscores

double asterisks

double underscores

unfriggingbelievable

*this text is surrounded by literal asterisks*

5、图片

invalid pic
valid pic

6、表格

item1 item2
1 2
11 22

总结

  • 效果非常棒👍,简约大方。