2025-03-05 22:26:30 +03:00

18 lines
671 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# For better example look in docs:
# https://pandoc.org/chunkedhtml-demo/11.1-epub-metadata.html
---
title: Markdown для написания книг
subtitle: Использование pandoc и любого удобного редактора текста для создания книги
description: Пример книжки, созданный с помощью pandoc. Вся книга была полностью написана на Markdown.
author: zelenichai
subject: "Markdown"
keywords: [books,programming,markdown]
language: ru-RU
cover-image: img/book-cover.png
lof: true
lof-own-page: true
toc-own-page: true
titlepage: false
colorlinks: true
---