Commit 629b07e5 authored by dmscode's avatar dmscode
Browse files

细节优化

parent 87fba84f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,7 +43,9 @@ Mac 系统我不了解,求赞助一个供我研究……
6. 命名空间深度无限,区分大小写,详细规则如下:

	http://yourname.com/?name=dir-a:dir-b:file-c
	
	对应读取文件为:
	
	/data/ dir-a/dir-b/file-c.md

7. 内部链接只需要链接到页面命名,比如:```[链接到一个页面](linux:vim)```
+5 −0
Original line number Diff line number Diff line
示例文档
===

一个可以放在各种网盘,各种空间的,Markdown 语法支持的 Wiki 系统,可以用来方便的管理自己的知识碎片。欢迎各种支持~

[Github 项目页](https://github.com/dmscode/Wiki-in-box)
@@ -13,7 +16,9 @@
7. 命名空间深度无限,详细规则如下:

	http://yourname.com/?name=dir-a:dir-b:file-c

	对应读取文件为:

	/data/ dir-a/dir-b/file-c.md

8. 内部链接只需要链接到页面命名,比如:```[链接到一个页面](linux:vim)```
+5 −0
Original line number Diff line number Diff line
@@ -63,6 +63,11 @@ body>#main #content p {
	margin:0;
	/*text-indent:2em;*/
}
body>#main #content h1 {
	line-height: 2.4em;
	border-bottom: 5px solid #DDD;
	margin: 20px 0;
}
pre {
	display: block;
	overflow-x: auto;