Add the possibility to create the first page in a report by Pandoc Markdown #4

Closed
opened 2025-09-25 05:38:04 +00:00 by foresle · 3 comments
foresle commented 2025-09-25 05:38:04 +00:00 (Migrated from codeberg.org)

Pandoc allows you to add a YAML syntax block with metadata — Pandoc Markdown docs.

Pandoc allows you to add a YAML syntax block with metadata — [Pandoc Markdown docs](https://pandoc.org/MANUAL.html#pandocs-markdown).
foresle added reference dev 2025-09-30 07:01:09 +00:00
foresle added this to the 1.11.x milestone 2025-09-30 07:01:18 +00:00
foresle added this to the mhj project 2025-09-30 07:01:56 +00:00
foresle self-assigned this 2025-09-30 07:02:34 +00:00
Owner

Offer to use metadata variables: title, author, date, subtitle, abstract, lang, papersize, mainfont, sansfont, monofont, toc, in title page.

Offer to use [metadata variables](https://pandoc.org/MANUAL.html#metadata-variables): `title`, `author`, `date`, `subtitle`, `abstract`, `lang`, `papersize`, `mainfont`, `sansfont`, `monofont`, `toc`, in title page.
Owner

Provide an example of title.md file and attach result in pdf.

---
title: "ЩОДЕННИК"
author: "Містер Крутий Перець"
mainfont: "Fira Sans"
sansfont: "Fira Sans"
monofont: "Fira Code"
date: "2025-09-30"
toc: true
lang: uk_UA
subtitle: "За третій квартал 2025 року"
---
Provide an example of `title.md` file and attach result in pdf. ```markdown --- title: "ЩОДЕННИК" author: "Містер Крутий Перець" mainfont: "Fira Sans" sansfont: "Fira Sans" monofont: "Fira Code" date: "2025-09-30" toc: true lang: uk_UA subtitle: "За третій квартал 2025 року" --- ```
foresle stopped working 2025-10-02 17:51:57 +00:00
41 minutes 56 seconds
Owner

Added in 04b8b176fe.

Added in 04b8b176fe.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 41 minutes 56 seconds
foresle
41 minutes 56 seconds
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: foresle/mhj#4
No description provided.