Skip to content

Fix heading inside blockquote breaking PDF build#420

Open
VixurHD wants to merge 1 commit intoOverv:mainfrom
VixurHD:fix-heading-in-blockquote
Open

Fix heading inside blockquote breaking PDF build#420
VixurHD wants to merge 1 commit intoOverv:mainfrom
VixurHD:fix-heading-in-blockquote

Conversation

@VixurHD
Copy link

@VixurHD VixurHD commented Mar 21, 2026

The "## Read before following this tutorial" heading in en/00_Introduction.md was placed inside a blockquote (>), which causes a LaTeX error when building the PDF

Error producing PDF.
! LaTeX Error: Something's wrong--perhaps a missing \item.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.119 \end{quote}

This happens because LaTeX doesn't allow a \section command inside a quote environment. The fix is to move the heading outside the blockquote

Copilot AI review requested due to automatic review settings March 21, 2026 13:18
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a PDF/LaTeX build failure caused by placing a Markdown heading inside a blockquote in the English introduction chapter, which Pandoc converts into an unsupported \section within a quote environment.

Changes:

  • Moved the “## Read before following this tutorial” heading outside the blockquote to avoid LaTeX quote/section nesting errors.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants