Files
cs249r_book/book/config
Vijay Janapa Reddi a046738001 fix(margin-video): correct format detection and LaTeX link format
- Fix format detection to handle both 'pdf' and 'latex' formats
- Change markdown link [text](url) to LaTeX \href{url}{text} format
- This prevents Pandoc from converting the link to \href{} command
- Ensures proper QR code and margin note generation in PDF output

The issue was that the format was detected as 'latex' instead of 'pdf',
causing the filter to fall back to a simple link instead of generating
the proper QR code and margin note structure.
2025-08-04 18:12:31 -04:00
..