Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
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$.