-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normalize sections and chapters in Markdown #147
Comments
Oh, hard question. mb speak in russian? :D |
But I totally understand your question. I need some time to remember the answer. But, anyway, you can change bold headings to correct 3rd levels. If i don't mistake, commented headers are used to compile epub. |
Эгей, книга на русском языке и для русско-говорящих. Это один из тех редких случаев, когда русский язык в ишью уместен |
@matmuchrapna Ю а абсолютли райт дьюд хДДД @rutsky |
Окей-окей :)
Их можно привести к одному уровню или уровень имеет какое-то значение? И если можно, то к какому?
|
Посмотри, что получается после сборки электронных книг: cd ./epub
cat ../_includes/translation/rus/[0-9]*.md | sed 's/<!-- //g' | sed 's/-->//g' > ./_source.md
pandoc epub.md -o largescale-js.epub --toc-depth=2 --epub-cover-image=cover.jpg --epub-chapter-level=2
pandoc epub.md -o largescale-js.fb2 --toc-depth=2 --epub-cover-image=cover.jpg --epub-chapter-level=2
kindleGen -c1 -locale ru largescale-js.epub -o largescale-js.mobi Я уж не помню точно все детали |
Так просто книги не собираются... |
Вот баг про написание Makefile: #113 |
But why third level?
In some articles headings are just in bold, e.g. in [2]:
[1] https://github.com/shuvalov-anton/largescaleJS_ru/blob/gh-pages/_includes/translation/rus/02_lets-review-your-current-architecture.md
[2] https://github.com/shuvalov-anton/largescaleJS_ru/blob/gh-pages/_includes/translation/rus/06_the-module-pattern.md
The text was updated successfully, but these errors were encountered: