xietao3

探索之旅,学习之路

你好,我是谢涛!欢迎来到我的个人主页.
90后代码搬运工,目前就职于上海天天果园,任职iOS高级开发工程师。


学习Markdown

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

前言

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

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

总结

  • 效果非常棒👍,简约大方。
最近的文章

Jekyll + Github Pages构建个人技术博客

写技术博客可以积累并且巩固所学的知识,温故知新,还能传播知识,帮助他人解决问题。前言搭建专属于自己的博客,是每一个码农都会想要去实现的,以前自己也曾想要搭建,但是总有无从下手的感觉,随着知识阅历的提升,知道了一些搭建的方式,时机成熟,买下了梦寐已久的域名,便开始动手搭建。参考 这里是官方介绍 如何快速给自己构建一个温馨的”家”——用Jekyll搭建静态博客 喵神的Vno Jekyll安装Jekyll//打开命令行 使用gem安装Jekyllgem install jekyll启动...…

继续阅读