MarkDown笔记

markdown笔记--(2)--[基础]

2017-03-15  本文已影响0人  FengBli

学习网址

  1. html中的
    功能: thematic break

  1. 注释
  1. 删除线:strikethroughs
  1. 嵌套引用:
  1. 无序列表补充
  1. 代码格式:
  1. 代码块fence
import pandas
for x in range(29):
  print 'hello, world'
  1. 表格:
Option Description
data path to data files to supply the data that will be passed into templates.
engine engine to be used for processing templates. Handlebars is the default.
ext extension to be used for dest files.
  1. 超链接补充:给超链接加上提示信息
  1. 命名锚点

content

Chapter1

Chapter2

Chapter3

Chapter 1 <a id="chapter-1"></a>

This is chapter 1.

Chapter 2 <a id="chapter-1"></a>

This is chapter 2.

Chapter 3 <a id="chapter-1"></a>

This is chapter 3.

上一篇 下一篇

猜你喜欢

热点阅读