GithubHelp home page GithubHelp logo

https://www.zybuluo.com/mdeditor 编辑阅读器

markdown常用语法 字数721 阅读60 评论0 喜欢3 1.标题(h1~h6)

h1标题## h2标题...###### h6 标题

效果: h1标题 h2标题 ... h6标题 2.区块

This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet 效果: This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet 3.列表 无序列表使用星号、加号或是减号作为列表标记:

  • Red
  • Green
  • Blue 效果: Red Green Blue 有序列表则使用数字接着一个英文句点:
  1. Bird
  2. McHale
  3. Parish 效果: Bird McHale Parish 4.代码区块 要在 Markdown 中建立代码区块很简单,只要将代码包含在```之间 效果: your code goes here 5.分割线 你可以在一行中用三个以上的星号、减号、底线来建立一个分隔线



效果: 6.链接 行内式 要建立一个行内式的链接,只要在方块括号后面紧接着圆括号并插入网址链接即可,如果你还想要加上链接的 title 文字,只要在网址后面,用双引号把 title 文字包起来即可 This is an example inline link. 效果: This is an example inline link. 参考式 使用 Markdown 的参考式链接,可以让文件更像是浏览器最后产生的结果,让你可以把一些标记相关的元数据移到段落文字之外,你就可以增加链接而不让文章的阅读感觉被打断。 I get 10 times more traffic from [Google] [1] than from[Yahoo] [2] or [MSN] [3]. [1]: http://google.com/ "Google" [2]: http://search.yahoo.com/ "Yahoo Search" [3]: http://search.msn.com/ "MSN Search" 效果: I get 10 times more traffic from Google than fromYahoo or MSN. 7.强调 Markdown 使用星号和底线作为标记强调字词的符号,被 星号 或 底线包围的字词会被转成用 em 标签包围,用两个 星号 或 底线 包起来的话,则会被转成 strong single asterisks single underscores double asterisks double underscores 效果: single asterisks single underscores double asterisks double underscores 8.代码 如果要标记一小段行内代码,你可以用反引号把它包起来 Use the printf() function. 效果: Use the printf() function. 9.图片 要在纯文字应用中设计一个「自然」的语法来插入图片是有一定难度的。 行内式的图片语法: 1.一个惊叹号 ! 2.接着一个方括号,里面放上图片的替代文字 3.接着一个普通括号,里面放上图片的网址,最后还可以用引号包住并加上 选择性的 'title' 文字。 效果图1 效果:

效果图1

到目前为止, Markdown 还没有办法指定图片的宽高,如果你需要的话,你可以使用普通的 img标签。 10.自动链接 http://www.baidu.com/ 效果: http://www.baidu.com/

dopost's Projects

acdd icon acdd

ACDD,Android Component Dynamic Deployment(plugin) Solution,if any question,send me e-mail Solution

agera icon agera

Reactive Programming for Android

andfix icon andfix

AndFix is a library that offer hot-fix for Android App.

android-cleanarchitecture icon android-cleanarchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.

android-flip icon android-flip

A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android

android-mqtt-push icon android-mqtt-push

A Repository which demonstrates how to use MQTT with Eclipse Paho for implementing Push Notifications. Works perfectly with any MQTT Broker like HiveMQ. This is the example application for my Eclipse Magazin Article about Push Notifications with MQTT

androidautolayout icon androidautolayout

Android屏幕适配方案,直接填写设计图上的像素尺寸即可完成适配,最大限度解决适配问题。

androidpn icon androidpn

An open source project to provide push notification support for Android -- a xmpp based notification server and a client tool kit.

androidpnclient icon androidpnclient

Base on Androidpn. A android push notification framework based broadcast.

anko icon anko

Pleasant Android application development

apf icon apf

Android Plugin Framework

apktool icon apktool

A tool for reverse engineering Android apk files

badgenumbertree icon badgenumbertree

用树型模型管理App数字和红点提示:一个Android客户端Demo

baseproject icon baseproject

基础项目,使用Rx、retrofit2、glide、rxBind

bootstrap icon bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

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.