Markdown使用小结

常用语法-百度百科

Markdown 语法说明 (简体中文版)

Markdown 语法说明 - code

最常见的Markdown格式选项和键盘快捷键

加粗 abdata

斜体 abdata

~~ abdata ~~

链接 abdata

内联代码 abdata print code

图片 !abdata

列表:

  • abdata

引用:

abdata

标题

  • H1 :# Header 1
  • H2 :## Header 2
  • H3 :### Header 3
  • H4 :#### Header 4
  • H5 :##### Header 5
  • H6 :###### Header 6

H1 : Header 1

H2 : Header 2

H3 : Header 3

H4 : Header 4

H5 : Header 5
H6 : Header 6

文本样式

  • 链接 :Title
  • 加粗 :Bold
  • 斜体字 :Italics
  • 删除线 :text

text

  • 高亮 :text

abdata

  • 段落 : 段落之间空一行
  • 换行符 : 一行结束时输入两个空格
  • 列表 😗 添加星号成为一个新的列表项。
  • 引用 :> 引用内容
  • 内嵌代码 : alert('Hello World');
  • 画水平线 (HR) :--------

--





脚注

<header>    
<h1>{{title}}</h1>
</header>

´´´
<header>
    <h1>{{title}}</h1>
</header>
´´´

  This paragraph has a quote

That is pulled out like this
from the text my post.

Foo

R Markdown — Dynamic Documents for R

R Markdown - R的动态文件

Quick Tour

  • 快速浏览

Installation

  • 安装

Markdown Basics

  • 降价的基础

R Code Chunks

  • 代码块

Inline R Code

  • 内联代码

Embedding Equations

  • 嵌入方程

Rendering Output

  • 渲染输出

Output Options

  • 输出选项

format

格式

slideshows

幻灯片

report

报告

syntax

语法

embed

嵌入

render

致使

option

选项

default

默认

effect

影响

inline

内联

chunks

blueprint

蓝图、大纲

cache

高速缓存

inches

英寸

comment character to preface results with

注释字符到前言结果

posted @ 2015-10-20 14:19  abdata  阅读(190)  评论(0)    收藏  举报