From cb2aab0956ceeeb75d02a0247ebf8995fcf4bda1 Mon Sep 17 00:00:00 2001 From: CoderSherlock Date: Tue, 19 Apr 2016 15:43:01 -0400 Subject: [PATCH] relative link address test 1 --- test.html | 1091 +++++++++++++++++++++++++++++++++++++++++++++++++++-- test.md | 15 +- 2 files changed, 1064 insertions(+), 42 deletions(-) diff --git a/test.html b/test.html index f81f6e8..5d4e466 100644 --- a/test.html +++ b/test.html @@ -1,46 +1,1059 @@ - - - - - - This is a title test by CoderSherlock - - - - - - - +test

This is a title test

+

sub title

+

sub sub title

+

really?

+
kidding me
+
I don’t think so
- - - + + + + + + + + + + + + + + + + + + + + + + + + + +
-mtwthfsas
-1----12
\ No newline at end of file diff --git a/test.md b/test.md index 2a88ea5..af79a2c 100644 --- a/test.md +++ b/test.md @@ -1,12 +1,21 @@ # This is a title test +## sub title +### sub sub title +#### really? +##### kidding me +###### I don't think so -- vim +- [vim](index.html) - xv6 -'''cpp +```cpp for(p = ptable.proc; p < &ptable.proc[NPROC]; p++){ if(p->state == RUNNABLE) hpflag = hpflag > p->priority ? hpflag : p->priority; } -''' +``` - mobile - self-control + +-|m|t|w|th|f|sa|s +-|-|-|-|-|-|-|- +-|1|-|-|-|-|1|2 \ No newline at end of file