Skip to content

A note with a large number of lines of code is not exported to pdf #246

@Frozen-Dark

Description

@Frozen-Dark

Describe the bug

When exporting the article to pdf, I noticed that my note was not exported, after a bit of research, it became clear that the problem was a large number of lines of code.

Stacktrace / Markdown (Optional)

- LOGGING__TARGETS_{INDEX}__TYPE — тип получателя логов для элемента с индексом {INDEX} в списке targets. Обязателен для каждого элемента targets. Значения: file, seq, elasticsearch.
- LOGGING__TARGETS_{INDEX}__LEVEL — минимальный уровень логов для получателя с индексом {INDEX}. В получателе будут логи только этого уровня или выше. silent — логи не отправляются вовсе. Необязателен. Значения: silent, trace, debug, info, warn, error, fatal. По умолчанию: trace.
- LOGGING__TARGETS_{INDEX}__OPTIONS__DESTINATION — путь к файлу логов (используется, если LOGGING__TARGETS_{INDEX}__TYPE="file"). Обязателен, если type="file". Например: app/logs/log1.log.
- LOGGING__TARGETS_{INDEX}__OPTIONS__SERVERURL — адрес Seq-сервера (используется, если LOGGING__TARGETS_{INDEX}__TYPE="seq"). Обязателен, если type="seq". Например: http://localhost:5341.

Expected behavior (Optional)

No response

Activity

baranka144

baranka144 commented on Jul 23, 2025

@baranka144

Long notes and code blocks will now properly flow onto subsequent pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    A note with a large number of lines of code is not exported to pdf · Issue #246 · Gram-ax/gramax