美文网首页
Markdown学习笔记

Markdown学习笔记

作者: Runxing | 来源:发表于2014-05-04 17:50 被阅读30次

标题

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

列表

无序列表

  • 文本1
  • 文本2
  • 文本3
  • 文本1
  • 文本2
  • 文本3
  • 文本1
  • 文本2
  • 文本3
  • first
  • second
  • third

有序列表

  1. 文本1
  2. 文本2
  3. 文本3
  1. first
  2. second
  3. third

链接和图片

简书

引用

一盏灯,一片黄昏;一简书,一杯淡茶。守着那一份淡定,品读属于自己的寂寞。
保持淡定,才能欣赏到最美丽的风景!保持淡定,人生从此不再寂寞。

诗的引用

朝辞白帝彩云间
千里江陵一日还
两岸猿声啼不住
轻舟已过万重山

粗体和斜体

一盏灯,一片黄昏;一简书,一杯淡茶。守着那一份淡定,品读属于自己的寂寞。
保持淡定,才能欣赏到最美丽的风景!保持淡定,人生从此不再寂寞。

表格

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1
dog bird cat
foo foo foo
bar bar bar
baz baz baz

显示链接中带括号的图片

![][1]
[1]:http://latex.codecogs.com/gif.latex?\prod%20(n_{i})+1

This is the first level of quoting.

This is nested blockquote.

Back to the first level.


This is the first level of quoting.

Back to the first level.

Here is an example of AppleScript

tell application "Foo"
  beep
end tell

HTML Code

<div class="footer">
  © 2014 Foo Corporation
</div>

Link

This is an example inline link.

This is has no title attribute.

See my about page for details.

This is an example reference-style link.

single asterisks

single underscores

double asterisks

double underscores

Use the printf() function.

There is a literal backtick (`) here.

A single backtick in a code span: `

A backtick-delimited string in a code span: `foo`

Please don't use any `<blink>` tags.

`—` is the decimal_encoded equivalent of `&mdah;`.
Alt textAlt text Alt textAlt text

http://jianshu.io/p/9651d11f5a05

address@example.com

相关文章

  • MARKDOWN学习笔记

    标题 # MARKDOWN学习笔记 MARKDOWN学习笔记 MARKDOWN学习笔记- MARKDOWN学习笔记...

  • 文章目录

    Markdown学习 Markdown学习 Java学习 Servlet学习笔记 Java问题 Tomcat问题修...

  • markdown笔记

    markdown学习笔记 https://ouweiya.gitbooks.io/markdown 标题 强调 这...

  • 课堂学习部分摘要

    10月4日 学习markdown 语法 有道云笔记markdown指南 学习markdown语法,是文体内容简洁规...

  • Markdown 语法学习笔记

    Markdown 语法学习笔记 学习 Markdown 语法说明做的笔记 写了一些例子,按这些例子自己动手输入一遍...

  • 第一周总结

    本周完成的主要学习内容有: 学习使用Markdown写一篇简书 学习使用Markdown[笔记] https:...

  • Markdown 基本语法

    Markdown语法 当前文档仅用作个人学习笔记,来源: Markdown 中文文档 概述设计理念Markdown...

  • 【JS】自制简单的Markdown编辑器

    瞎扯 现在 markdown 来编写 笔记,是非常流行的一种语言. 学习 markdown 的难度很低, 只要学习...

  • markdown 学习笔记

    MarkDown笔记   为了在github上记录自己的学习过程中,今天特地学习了markdown。markdow...

  • 生信学习小组 D1

    Day 1 学习笔记 markdown 学习笔记 学习常见语法,加粗 斜体 斜体+加粗 插入图片 代码块 插入图...

网友评论

      本文标题:Markdown学习笔记

      本文链接:https://www.haomeiwen.com/subject/ogsrtttx.html