structure update
This commit is contained in:
parent
3b8a9470d0
commit
cce2f4b0c1
@ -4,6 +4,6 @@ You are reading example book and how it will look after execution of compile scr
|
||||
|
||||
Привет! Ты наблюдаешь пример книги и то, как она выглядить после выполнения скрипта компиляции.
|
||||
|
||||

|
||||

|
||||
|
||||
[Пример ссылки](https://dixxe.top)
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@ -3,7 +3,7 @@ mkdir -p build
|
||||
pandoc \
|
||||
--filter pandoc-crossref \
|
||||
--css templates/epub.css \
|
||||
--resource-path=src:linked-img \
|
||||
--resource-path=book:book-imgs \
|
||||
--toc \
|
||||
-o build/output.epub \
|
||||
src/config.yml src/*.md
|
||||
book/config.yml book/*.md
|
@ -23,7 +23,7 @@ body {
|
||||
font-size: 1.8em;
|
||||
margin: 2em 0 1em;
|
||||
padding-bottom: 0.3em;
|
||||
border-bottom: 1px solid #eee;
|
||||
/* border-bottom: 1px solid #eee; */
|
||||
}
|
||||
|
||||
h3 { font-size: 1.5em; margin: 1.8em 0 0.8em; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user