diff --git a/.gitignore b/.gitignore index d87a955e..363eca19 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ public/dist .vscode-test *.vsix *.timestamp-*.mjs +# roborev snapshots +/.roborev/ diff --git a/apps/vscode/src/test/examples/generated_snapshots/roundtripped-valid-basics-2.qmd b/apps/vscode/src/test/examples/generated_snapshots/roundtripped-valid-basics-2.qmd index 76f7abaa..c6829a5f 100644 --- a/apps/vscode/src/test/examples/generated_snapshots/roundtripped-valid-basics-2.qmd +++ b/apps/vscode/src/test/examples/generated_snapshots/roundtripped-valid-basics-2.qmd @@ -29,19 +29,20 @@ hello [underline]{.underline} ~~strikethrough~~ ^super^ ~sub~ [smallcaps]{.small definition term -: definition content +: definition content definition term 2 -: definition content 2 +: definition content 2 ------------------------------------------------------------------------ ::: {#thm-pythagoras} #### Pythagoras's Theorem -In a right triangle, the lengths of the two shorter sides $a$, $b$ and the longer side $c$ stand in the relation -$$a^2 + b^2 = c^2.$$ +In a right triangle, the lengths of the two shorter sides $a$, $b$ and the longer side $c$ stand in the relation $$ +a^2 + b^2 = c^2. +$$ ::: See @thm-pythagoras for details. diff --git a/apps/vscode/src/test/examples/generated_snapshots/roundtripped-valid-nesting.qmd b/apps/vscode/src/test/examples/generated_snapshots/roundtripped-valid-nesting.qmd index b370293e..09c14a17 100644 --- a/apps/vscode/src/test/examples/generated_snapshots/roundtripped-valid-nesting.qmd +++ b/apps/vscode/src/test/examples/generated_snapshots/roundtripped-valid-nesting.qmd @@ -12,19 +12,21 @@ a = 3 > 1+1 > ``` > -> $$3 = 1 + 1 + 1 = 2 + 1 = 1 + 2$$ +> $$ +> 3 = 1 + 1 + 1 = 2 + 1 = 1 + 2 +> $$ > > > block quote in block quote > -> +---------+-------+ -> | | | -> +=========+=======+ -> | | ``` r | -> | $$1+0$$ | 1+1 | -> | | ``` | -> +---------+-------+ -> | 3 | 4 | -> +---------+-------+ +> +-----+-------+ +> | | | +> +=====+=======+ +> | $$ | ``` r | +> | 1+0 | 1+1 | +> | $$ | ``` | +> +-----+-------+ +> | 3 | 4 | +> +-----+-------+ > > : my table caption >