Path: blob/main/src/resources/extensions/quarto/docusaurus/_extension.yml
12923 views
title: Docusaurus1author: RStudio, PBC2organization: quarto3contributes:4project:5project:6type: default7detect:8- ["docusaurus.config.js", "package.json"]9render:10- "**/*.qmd"11- "**/*.ipynb"12preview:13serve:14cmd: "npm run docusaurus start -- --no-open --port {port} --host {host}"15ready: "compiled successfully"16format: docusaurus-md17formats:18md:19# Although we use a custom writer, we still need the variants here the lua filters to render correctly.20# Ideally, we would forward the variants to the custom writer.21variant: gfm+pipe_tables+tex_math_dollars+header_attributes+raw_html+all_symbols_escapable+backtick_code_blocks+fenced_code_blocks+space_in_atx_header+intraword_underscores+lists_without_preceding_blankline+shortcut_reference_links22output-ext: mdx23quarto-custom-format: docusaurus24inline-includes: true25preserve-yaml: true26wrap: none27fig-format: retina28fig-width: 829fig-height: 530html-math-method: webtex31filters:32- at: layout-cites33path: docusaurus_code_blocks.lua # we need to run this before the code blocks are rendered34- at: post-render35path: docusaurus.lua36- at: post-finalize37path: docusaurus_citeproc.lua383940