quarto_news_page

docblock
quarto_news_page(config::QuartoConfig; output::String="docs/news.qmd")

Generate a formatted changelog page from NEWS.md.

Features:

  • Most recent version expanded, older versions collapsed
  • GitHub issue/PR links automatically created
  • Categories organized as subsections

Arguments

  • config::QuartoConfig: Configuration with news settings
  • output::String: Output file path

Example

quarto_news_page(config)
# Creates docs/news.qmd with formatted changelog