Rafael Sanabria

Results 2 issues of Rafael Sanabria

If I run ```bash pip-compile --annotation-style=line --no-header --all-extras --output-file=pyproject.lock pyproject.toml ``` with the following `pyproject.toml` ```toml [project] name = "my-pkg" version = "0.0.1" [project.optional-dependencies] tests = ["pytest"] dev = ["ruff",...

If I create a page `new-page.md` and add the following content ```markdown # Main title ## Subtitle 1 ## Subtitle 2 ``` The first H2 is rendered incorrectly ![image](https://github.com/observablehq/framework/assets/92990559/2d591296-c1b7-4f37-8e6f-b4f601610a30) When...

bug