mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -07:00
relative link address test 1
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user