This commit is contained in:
jyy 2018-08-11 20:28:38 +08:00
parent 63b205b4d5
commit 63bb387207
5 changed files with 18 additions and 7 deletions

View File

@ -5,4 +5,5 @@ RENDER_LIST = $(foreach f, $(MDS), $(f) .blankline)
all:
@mkdir -p build/
pandoc -f markdown -t html src/title.txt $(RENDER_LIST) > $(OUTPUT)
pandoc -f markdown+footnotes \
-t html src/title.txt $(RENDER_LIST) > $(OUTPUT)

View File

@ -1,4 +1,4 @@
# C语言复习
# 重新定义C语言
## 计算机硬件

View File

@ -20,8 +20,14 @@
例子自己写了个CPU非常简陋。
但可以做很多事。
但可以做很多事。[^hw-1]
(COLUMN) mips impl
[^hw-1]: Hello.
(COLUMN) x86 impl
::::: {.sidebar}
MIPS32 implementation
:::::
::::: {.sidebar}
x86 implementation
:::::

View File

@ -18,4 +18,6 @@
(LiteNES)
因为是抽象的I/O层所以写一份代码可以在本地、自己的cpu、各种东西上跑
因为是抽象的I/O层所以写一份代码可以在本地、自己的cpu、各种东西上跑[^1]
[^1]: Here is the footnote.

View File

@ -8,4 +8,6 @@
怎么跳出呢?
## 中断
## 中断 {#intr}
See [Section XX](#intr).