structure update

This commit is contained in:
Max Chaev 2025-03-05 21:47:51 +03:00
parent 3b8a9470d0
commit cce2f4b0c1
6 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,6 @@ You are reading example book and how it will look after execution of compile scr
Привет! Ты наблюдаешь пример книги и то, как она выглядить после выполнения скрипта компиляции.
![Пример картинки](./linked-img/ava.jpg)
![Пример картинки](./book-imgs/ava.jpg)
[Пример ссылки](https://dixxe.top)

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -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

View File

@ -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; }