1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 09:14:39 +02:00
This commit is contained in:
Kevin Fangzhou Chen
2014-07-07 13:24:22 +08:00
parent 62e5ab350a
commit 821464185a

View File

@@ -8,17 +8,16 @@ filename: markdown.md
lang: zh-cn lang: zh-cn
--- ---
Markdown was created by John Gruber in 2004. It's meant to be an easy to read and write syntax which converts easily to HTML (and now many other formats as well). Markdown John Gruber 2004年创立. 它旨在成为一门容易读写的语法结构并可以便利地转换成HTML以及其他很多格式。
Give me as much feedback as you want! / Feel free to fork and pull request! 欢迎您多多反馈以及分支和请求合并。
``` ```
<!-- Markdown is a superset of HTML, so any HTML file is valid Markdown, that <!-- Markdown 是HTML的父集所以任何HTML文件都是有效的Markdown
means we can use HTML elements in Markdown, such as the comment element, and 这意味着我们可以在Markdown里使用任何HTML元素比如注释元素
they won't be affected by a markdown parser. However, if you create an HTML 并不会被Markdown解析器所影响。不过如果你在Markdown文件内创建了HTML元素,
element in your markdown file, you cannot use markdown syntax within that 你将无法在HTML元素的内容中使用Markdown语法。-->
element's contents. -->
<!-- Markdown also varies in implementation from one parser to a next. This <!-- Markdown also varies in implementation from one parser to a next. This
guide will attempt to clarify when features are universal or when they are guide will attempt to clarify when features are universal or when they are