Path: blob/main/dev-docs/feature-format-matrix/qmd-files/math/document.qmd
3588 views
--- title: Equations format: docusaurus-md: default html: default _quarto: tests: html: ensureHtmlElements: - [] - [] docusaurus-md: ensureFileRegexMatches: - ["^\\$\\$", "^price = \\\\hat"] --- $$ price = \hat{\beta}_0 + \hat{\beta}_1 \times area + \epsilon $$ Inline equations as well: $e = mc^2$.