Giter VIP home page Giter VIP logo

markdown's Introduction

说明

MarkDown是为了简化大家编写HTML(网页)语言的繁琐,不易掌握而生的,但是MarkDown的语法最终还是会被编译成HTML语言,只不过对大家而言是不透明的,所以MarkDown编辑器是支持HTML语言的,你如果想实现更丰富的效果,是可以用HTML语言编写文档的。

** 学习步骤 **

  1. 强烈推荐先下载Mou, Mac平台上一款优秀的Markdown编辑器
  2. 下载此文档,单击右上角往下10厘米出的 Download Zip 下载
  3. 用Mou打开此文档
  4. 左侧源码,右侧效果,对照学习

###目录 (页面内跳转)

#H1# ##H2 ###H3 ####h4 #####h5 ######h6

  • 加粗

这是粗体

  • 斜体

这是斜体

  • 斜体删除线

这是删除线

  • 高亮

高亮文字

  • 颜色

红色的内容
换行 下划线

MARK: 横线



表格
(** 注意对齐方式: ,表格内加粗,变斜.. **)

left alignment middle center right alignment
left center right
left1 center1 right1
left2 center2 right2

多选框, 有些编辑器可能不识别像Mou

  • 我喜欢的运动
    • 游泳
    • 篮球,足球,乒乓球,羽毛球,台球...
    • 跑步
    • 呵呵

列表

  • 读书
    • 结网
      • 第一章
      • 第一节
      • 哦 My god
    • 启示录
  • 写作
  • Coding
  • 读书
  • 写作
  • Coding
  • 读书
  • 写作
  • Coding
  1. 读书
  2. 写作
  3. Coding

链接

  • 1.1 文本链接

  • 1.2 隐式链接

  • 1.3 引用链接(鼠标悬停是会显示注释的哦~)

  • 1.4 图片链接

    yun

Whrite the Code Change the world

typedef void(^InvestCallBackBlock)(InvestCallBackMethod, NSDictionary *);

static inline UIColor * ht_hexColor(uint color)
{
    float r = (color&0xFF0000) >> 16;
    float g = (color&0xFF00) >> 8;
    float b = (color&0xFF);
    
    return [UIColor colorWithRed:r/255.0f green:g/255.0f blue:b/255.0f alpha:1.0f];
}

页内跳转 [ HTML ]:"网页编程语言,比MarkDown要难学,但是很强大哦~"

Powered by Mr.Yang

Copy right @云账户

Thanks for your reading , if you like 点32个赞吧~

好无耻的人啊,还要赞!

markdown's People

Contributors

youran1024 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.