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

学习网址

  1. html中的
    功能: thematic break
  • 格式: “___” 或者“---”或者“***”



  1. 注释
  • 格式:同html格式: “****”
  1. 删除线:strikethroughs
  • 格式:“~文字~
  • Strike through this text
  1. 嵌套引用:
  • 格式: “>外层引用,>>内层引用”
  • Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue.
    Nunc augue augue, aliquam non hendrerit ac, commodo vel nisi.

    Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor
    odio non est accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam.

  1. 无序列表补充
  • 格式:也可用“+”,“-”和“*”表示
  1. 代码格式:
  • 格式:“`code here`”
  • print 'hello, world!'
  1. 代码块fence
  • 格式:"```(language_type)code block here```"
import pandas
for x in range(29):
  print 'hello, world'
  1. 表格:
  • 格式:Tables are created by adding pipes as dividers between each cell, and by adding a line of dashes (also separated by bars) beneath the header. Note that the pipes do not need to be vertically aligned.
  • 右对齐:Adding a colon on the right side of the dashes below any heading will right align text for that column.
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.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容