zhenhu / markdown (public) (License: Unspecified) (since 2019-03-05) (hash sha1)
A guide / introduce to markdown / markdown 指南 / markdown 语法
List of commits:
Subject Hash Author Date (UTC)
adjust the description of the overview 34c7745f5936203ffebc64d9620a55bc76ce82e5 zhenhu 2019-03-08 09:08:42
fix the example of headings 5ccd0ce886e5344655976ad102a3e98bdc812b12 zhenhu 2019-03-08 08:52:06
add alternative formats of headings 484067389f2e248d7d9fc2c7e43c21be0c2f70a7 zhenhu 2019-03-08 08:31:33
adjust the size of pic manalone.jpg 0f9edda5479625af6d0465911d98f8381abffc4c zhenhu 2019-03-07 08:54:46
add a pic freesolo.jpg 56fa6844e0db507b405ce7ad029edd32570bf6ee zhenhu 2019-03-06 17:59:32
fix content of images, add content of linking images 811ae2b07732ca1b7b0186ebe30a4ef423f2ea58 zhenhu 2019-03-06 16:32:46
Set theme jekyll-theme-minimal ce103219600c3f83a3d33ae533fb5ba4fd8d7c29 Zhenhu 2019-03-05 12:06:33
init markdown tutorial e10f3ee802232d0a2d3944310414d0ca3c0f9213 zhenhu 2019-03-05 12:01:08
Commit 34c7745f5936203ffebc64d9620a55bc76ce82e5 - adjust the description of the overview
Author: zhenhu
Author date (UTC): 2019-03-08 09:08
Committer name: zhenhu
Committer date (UTC): 2019-03-08 09:08
Parent(s): 5ccd0ce886e5344655976ad102a3e98bdc812b12
Signing key:
Tree: 1f72b0ebb21beac51b69a967d9cf027585cb80c0
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index c7fe222..e04cee9)
6 6
7 7 Markdown 是一种轻量级标记语言,创于2004年,关键人物:[John Gruber] 与 [Aaron Swartz]。它的设计旨在可以使人们以易读、易写的纯文本格式写作,并且可以很容易的转换为 PDF、HTML、DOC 或 XHTML 等其他文件格式。Markdown 常应用于格式化自述文件和在线论坛写消息。 Markdown 是一种轻量级标记语言,创于2004年,关键人物:[John Gruber] 与 [Aaron Swartz]。它的设计旨在可以使人们以易读、易写的纯文本格式写作,并且可以很容易的转换为 PDF、HTML、DOC 或 XHTML 等其他文件格式。Markdown 常应用于格式化自述文件和在线论坛写消息。
8 8
9 由于其简单易用的特性,使其成为世界上最流行的轻量级标记语言之一,并在各类平台上获得了广泛支持,如 GitHub,Bitbucket 等。基础语法支持很好,但各平台的衍生版本语法不尽相同,对 Markdown 扩展及其它语法支持和渲染效果有差异化。
9 由于其简单易用的特性,使其成为世界上最流行的轻量级标记语言之一,并在各类平台上获得了广泛支持,如 GitHub,Bitbucket 等。各平台的衍生版本语法不尽相同,但对基础语法支持很好,而对 Markdown 扩展及其它语法支持和渲染效果有差异化。
10 10
11 11 [John Gruber]: https://en.wikipedia.org/wiki/John_Gruber [John Gruber]: https://en.wikipedia.org/wiki/John_Gruber
12 12
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/zhenhu/markdown

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/zhenhu/markdown

Clone this repository using git:
git clone git://git.rocketgit.com/user/zhenhu/markdown

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main