From be29249d7fddf9bf654459d07b92af448292db02 Mon Sep 17 00:00:00 2001 From: hlb Date: Tue, 3 Apr 2012 17:35:58 +0800 Subject: [PATCH] add more markdown example --- markdown/another.html.mkd | 1 + markdown/index.html.markdown | 5 +++++ markdown/the_other.html.md | 1 + 3 files changed, 7 insertions(+) create mode 100644 markdown/another.html.mkd create mode 100644 markdown/index.html.markdown create mode 100644 markdown/the_other.html.md diff --git a/markdown/another.html.mkd b/markdown/another.html.mkd new file mode 100644 index 0000000..899ea40 --- /dev/null +++ b/markdown/another.html.mkd @@ -0,0 +1 @@ +This is another markdown document. diff --git a/markdown/index.html.markdown b/markdown/index.html.markdown new file mode 100644 index 0000000..05d33d7 --- /dev/null +++ b/markdown/index.html.markdown @@ -0,0 +1,5 @@ +# Markdown + +This is a markdown document. + +You can use these file extension: `.html.markdown`, `.html.mkd`, `.html.md`, `.markdown`. diff --git a/markdown/the_other.html.md b/markdown/the_other.html.md new file mode 100644 index 0000000..d36c633 --- /dev/null +++ b/markdown/the_other.html.md @@ -0,0 +1 @@ +This is the other markdown document.